Html Css Color HEX #E075A9 Pale Violet Red

📋 copy color: '#E075A9'

red 224 ◦ green 117 ◦ blue 169

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

Shades of Pale Violet Red #E075A9

Tints of Pale Violet Red #E075A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 33.14%

R = 43.92%
G = 22.94%
B = 33.14%

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

#E075A9 (or 0xE075A9) is known color: Pale Violet Red. HEX triplet: E0, 75 and A9. RGB value is (224,117,169). Sum of RGB (Red+Green+Blue) = 224+117+169=510 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.92% from 510); Green value is 117 (46.09% from 255 or 22.94% from 510); Blue value is 169 (66.41% from 255 or 33.14% from 510); Max value from RGB is 224 - color contains mainly: red. Hex color #E075A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E075A9 is #1F8A56. Grayscale: #9A9A9A. Windows color (decimal): -2067031 or 11105760. OLE color: 11105760.

HSL color Cylindrical-coordinate representation of color #E075A9: hue angle of 330.84º 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 #E075A9 is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 117 169 -
CMYK 0 0.48 0.25 0.12
HSL 330.84º 0.63% 0.67% -
HSV(B) 330.84º 0.48% 0.88% -
XYZ 44.26 31.43 41.27 -
YUV 154.92 135.95 177.27 -
System Red Green Blue C M Y K H S L
Decimal 224 117 169 0 0.48 0.25 0.12 330.84 0.63 0.67
Hex E0 75 A9 0 30 19 C 14B 3F 43
Octal 340 165 251 0 60 31 14 513 77 103
Binary 11100000 1110101 10101001 0 110000 11001 1100 101001011 111111 1000011

Color Harmonies of #E075A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E075A9

Black with #E075A9

Text Example


Text Example

White with #E075A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E075A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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