Html Css Color HEX #E9129A Hollywood Cerise

📋 copy color: '#E9129A'

red 233 ◦ green 18 ◦ blue 154

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

Shades of Hollywood Cerise #E9129A

Tints of Hollywood Cerise #E9129A

RGB

 RED value IS 233 (91.41% from 255) = 57.53%

 GREEN value IS 18 (7.42% from 255) = 4.44%

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

R = 57.53%
G = 4.44%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.34

 K value IS 0.09

RGB Variations

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

Color information

#E9129A (or 0xE9129A) is known color: Hollywood Cerise. HEX triplet: E9, 12 and 9A. RGB value is (233,18,154). Sum of RGB (Red+Green+Blue) = 233+18+154=405 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.53% from 405); Green value is 18 (7.42% from 255 or 4.44% from 405); Blue value is 154 (60.55% from 255 or 38.02% from 405); Max value from RGB is 233 - color contains mainly: red. Hex color #E9129A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E9129A is #16ED65. Grayscale: #616161. Windows color (decimal): -1502566 or 10097385. OLE color: 10097385.

HSL color Cylindrical-coordinate representation of color #E9129A: hue angle of 322.05º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E9129A is Cyan = 0, Magento = 0.92, Yellow = 0.34 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 18 154 -
CMYK 0 0.92 0.34 0.09
HSL 322.05º 0.86% 0.49% -
HSV(B) 322.05º 0.92% 0.91% -
XYZ 39.65 20.09 32.36 -
YUV 97.79 159.73 224.44 -
System Red Green Blue C M Y K H S L
Decimal 233 18 154 0 0.92 0.34 0.09 322.05 0.86 0.49
Hex E9 12 9A 0 5C 22 9 142 56 31
Octal 351 22 232 0 134 42 11 502 126 61
Binary 11101001 10010 10011010 0 1011100 100010 1001 101000010 1010110 110001

Color Harmonies of #E9129A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9129A

Black with #E9129A

Text Example


Text Example

White with #E9129A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9129A; }

 p { color: rgb(233,18,154); }

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

background-color css

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

 a { background-color: rgb(233,18,154); }

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

border-color css

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

 span { border-color: rgb(233,18,154); }

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