Html Css Color HEX #E075A7 Pale Violet Red

📋 copy color: '#E075A7'

red 224 ◦ green 117 ◦ blue 167

#E075A7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Violet Red #E075A7

Tints of Pale Violet Red #E075A7

RGB

 RED value IS 224 (87.89% from 255) = 44.09%

 GREEN value IS 117 (46.09% from 255) = 23.03%

 BLUE value IS 167 (65.63% from 255) = 32.87%

R = 44.09%
G = 23.03%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.25

 K value IS 0.12

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E075A7 (or 0xE075A7) is known color: Pale Violet Red. HEX triplet: E0, 75 and A7. RGB value is (224,117,167). Sum of RGB (Red+Green+Blue) = 224+117+167=508 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.09% from 508); Green value is 117 (46.09% from 255 or 23.03% from 508); Blue value is 167 (65.62% from 255 or 32.87% from 508); Max value from RGB is 224 - color contains mainly: red. Hex color #E075A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E075A7 is #1F8A58. Grayscale: #9A9A9A. Windows color (decimal): -2067033 or 10974688. OLE color: 10974688.

HSL color Cylindrical-coordinate representation of color #E075A7: hue angle of 331.96º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E075A7 is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 117 167 -
CMYK 0 0.48 0.25 0.12
HSL 331.96º 0.63% 0.67% -
HSV(B) 331.96º 0.48% 0.88% -
XYZ 44.08 31.36 40.29 -
YUV 154.69 134.95 177.43 -
System Red Green Blue C M Y K H S L
Decimal 224 117 167 0 0.48 0.25 0.12 331.96 0.63 0.67
Hex E0 75 A7 0 30 19 C 14C 3F 43
Octal 340 165 247 0 60 31 14 514 77 103
Binary 11100000 1110101 10100111 0 110000 11001 1100 101001100 111111 1000011

Color Harmonies of #E075A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E075A7

Black with #E075A7

Text Example


Text Example

White with #E075A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E075A7; }

 p { color: rgb(224,117,167); }

 H1.HeaderClassName
 {
   color: #E075A7;
 }
 .AnyTagClassName
 {
   color: #E075A7;
 }
</style>

background-color css

<style>
 a { background-color: #E075A7; }

 a { background-color: rgb(224,117,167); }

 div.DivClassName
 {
   background-color: #E075A7;
 }
 .BgClassName
 {
   background-color: #E075A7;
 }
</style>

border-color css

<style>
 span { border-color: #E075A7; }

 span { border-color: rgb(224,117,167); }

 td.TdClassName
 {
   border-color: #E075A7;
 }
 .TagClassName
 {
   border-color: #E075A7;
 }
</style>