Html Css Color HEX #E60A9C Hollywood Cerise

📋 copy color: '#E60A9C'

red 230 ◦ green 10 ◦ blue 156

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

Shades of Hollywood Cerise #E60A9C

Tints of Hollywood Cerise #E60A9C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.53%

 BLUE value IS 156 (61.33% from 255) = 39.39%

R = 58.08%
G = 2.53%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.32

 K value IS 0.10

RGB Variations

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

Color information

#E60A9C (or 0xE60A9C) is known color: Hollywood Cerise. HEX triplet: E6, 0A and 9C. RGB value is (230,10,156). Sum of RGB (Red+Green+Blue) = 230+10+156=396 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.08% from 396); Green value is 10 (4.30% from 255 or 2.53% from 396); Blue value is 156 (61.33% from 255 or 39.39% from 396); Max value from RGB is 230 - color contains mainly: red. Hex color #E60A9C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60A9C is #19F563. Grayscale: #5C5C5C. Windows color (decimal): -1701220 or 10226406. OLE color: 10226406.

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

Color convert

RGB 230 10 156 -
CMYK 0 0.96 0.32 0.10
HSL 320.18º 0.92% 0.47% -
HSV(B) 320.18º 0.96% 0.9% -
XYZ 38.74 19.44 33.16 -
YUV 92.42 163.89 226.13 -
System Red Green Blue C M Y K H S L
Decimal 230 10 156 0 0.96 0.32 0.10 320.18 0.92 0.47
Hex E6 A 9C 0 60 20 A 140 5C 2F
Octal 346 12 234 0 140 40 12 500 134 57
Binary 11100110 1010 10011100 0 1100000 100000 1010 101000000 1011100 101111

Color Harmonies of #E60A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60A9C

Black with #E60A9C

Text Example


Text Example

White with #E60A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60A9C; }

 p { color: rgb(230,10,156); }

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

background-color css

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

 a { background-color: rgb(230,10,156); }

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

border-color css

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

 span { border-color: rgb(230,10,156); }

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