Html Css Color HEX #E10C9A Hollywood Cerise

📋 copy color: '#E10C9A'

red 225 ◦ green 12 ◦ blue 154

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

Shades of Hollywood Cerise #E10C9A

Tints of Hollywood Cerise #E10C9A

RGB

 RED value IS 225 (88.28% from 255) = 57.54%

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

 BLUE value IS 154 (60.55% from 255) = 39.39%

R = 57.54%
G = 3.07%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E10C9A (or 0xE10C9A) is known color: Hollywood Cerise. HEX triplet: E1, 0C and 9A. RGB value is (225,12,154). Sum of RGB (Red+Green+Blue) = 225+12+154=391 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.54% from 391); Green value is 12 (5.08% from 255 or 3.07% from 391); Blue value is 154 (60.55% from 255 or 39.39% from 391); Max value from RGB is 225 - color contains mainly: red. Hex color #E10C9A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10C9A is #1EF365. Grayscale: #5B5B5B. Windows color (decimal): -2028390 or 10095841. OLE color: 10095841.

HSL color Cylindrical-coordinate representation of color #E10C9A: hue angle of 320º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E10C9A is Cyan = 0, Magento = 0.95, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 12 154 -
CMYK 0 0.95 0.32 0.12
HSL 320º 0.9% 0.46% -
HSV(B) 320º 0.95% 0.88% -
XYZ 37.02 18.6 32.21 -
YUV 91.88 163.07 222.95 -
System Red Green Blue C M Y K H S L
Decimal 225 12 154 0 0.95 0.32 0.12 320 0.9 0.46
Hex E1 C 9A 0 5F 20 C 140 5A 2E
Octal 341 14 232 0 137 40 14 500 132 56
Binary 11100001 1100 10011010 0 1011111 100000 1100 101000000 1011010 101110

Color Harmonies of #E10C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10C9A

Black with #E10C9A

Text Example


Text Example

White with #E10C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10C9A; }

 p { color: rgb(225,12,154); }

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

background-color css

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

 a { background-color: rgb(225,12,154); }

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

border-color css

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

 span { border-color: rgb(225,12,154); }

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