Html Css Color HEX #E0129E Hollywood Cerise

📋 copy color: '#E0129E'

red 224 ◦ green 18 ◦ blue 158

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

Shades of Hollywood Cerise #E0129E

Tints of Hollywood Cerise #E0129E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 39.5%

R = 56%
G = 4.5%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E0129E (or 0xE0129E) is known color: Hollywood Cerise. HEX triplet: E0, 12 and 9E. RGB value is (224,18,158). Sum of RGB (Red+Green+Blue) = 224+18+158=400 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56% from 400); Green value is 18 (7.42% from 255 or 4.5% from 400); Blue value is 158 (62.11% from 255 or 39.5% from 400); Max value from RGB is 224 - color contains mainly: red. Hex color #E0129E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E0129E is #1FED61. Grayscale: #5F5F5F. Windows color (decimal): -2092386 or 10359520. OLE color: 10359520.

HSL color Cylindrical-coordinate representation of color #E0129E: hue angle of 319.22º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E0129E is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 18 158 -
CMYK 0 0.92 0.29 0.12
HSL 319.22º 0.85% 0.47% -
HSV(B) 319.22º 0.92% 0.88% -
XYZ 37.13 18.75 34.01 -
YUV 95.55 163.25 219.62 -
System Red Green Blue C M Y K H S L
Decimal 224 18 158 0 0.92 0.29 0.12 319.22 0.85 0.47
Hex E0 12 9E 0 5C 1D C 13F 55 2F
Octal 340 22 236 0 134 35 14 477 125 57
Binary 11100000 10010 10011110 0 1011100 11101 1100 100111111 1010101 101111

Color Harmonies of #E0129E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0129E

Black with #E0129E

Text Example


Text Example

White with #E0129E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0129E; }

 p { color: rgb(224,18,158); }

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

background-color css

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

 a { background-color: rgb(224,18,158); }

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

border-color css

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

 span { border-color: rgb(224,18,158); }

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