Html Css Color HEX #E60CA9 Hollywood Cerise

📋 copy color: '#E60CA9'

red 230 ◦ green 12 ◦ blue 169

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

Shades of Hollywood Cerise #E60CA9

Tints of Hollywood Cerise #E60CA9

RGB

 RED value IS 230 (90.23% from 255) = 55.96%

 GREEN value IS 12 (5.08% from 255) = 2.92%

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

R = 55.96%
G = 2.92%
B = 41.12%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.27

 K value IS 0.10

RGB Variations

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

Color information

#E60CA9 (or 0xE60CA9) is known color: Hollywood Cerise. HEX triplet: E6, 0C and A9. RGB value is (230,12,169). Sum of RGB (Red+Green+Blue) = 230+12+169=411 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.96% from 411); Green value is 12 (5.08% from 255 or 2.92% from 411); Blue value is 169 (66.41% from 255 or 41.12% from 411); Max value from RGB is 230 - color contains mainly: red. Hex color #E60CA9 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60CA9 is #19F356. Grayscale: #5E5E5E. Windows color (decimal): -1700695 or 11078886. OLE color: 11078886.

HSL color Cylindrical-coordinate representation of color #E60CA9: hue angle of 316.79º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E60CA9 is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 12 169 -
CMYK 0 0.95 0.27 0.10
HSL 316.79º 0.9% 0.47% -
HSV(B) 316.79º 0.95% 0.9% -
XYZ 39.93 19.95 39.28 -
YUV 95.08 169.72 224.23 -
System Red Green Blue C M Y K H S L
Decimal 230 12 169 0 0.95 0.27 0.10 316.79 0.9 0.47
Hex E6 C A9 0 5F 1B A 13D 5A 2F
Octal 346 14 251 0 137 33 12 475 132 57
Binary 11100110 1100 10101001 0 1011111 11011 1010 100111101 1011010 101111

Color Harmonies of #E60CA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60CA9

Black with #E60CA9

Text Example


Text Example

White with #E60CA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60CA9; }

 p { color: rgb(230,12,169); }

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

background-color css

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

 a { background-color: rgb(230,12,169); }

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

border-color css

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

 span { border-color: rgb(230,12,169); }

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