Html Css Color HEX #E8129D Hollywood Cerise

📋 copy color: '#E8129D'

red 232 ◦ green 18 ◦ blue 157

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

Shades of Hollywood Cerise #E8129D

Tints of Hollywood Cerise #E8129D

RGB

 RED value IS 232 (91.02% from 255) = 57%

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

 BLUE value IS 157 (61.72% from 255) = 38.57%

R = 57%
G = 4.42%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.32

 K value IS 0.09

RGB Variations

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

Color information

#E8129D (or 0xE8129D) is known color: Hollywood Cerise. HEX triplet: E8, 12 and 9D. RGB value is (232,18,157). Sum of RGB (Red+Green+Blue) = 232+18+157=407 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.00% from 407); Green value is 18 (7.42% from 255 or 4.42% from 407); Blue value is 157 (61.72% from 255 or 38.57% from 407); Max value from RGB is 232 - color contains mainly: red. Hex color #E8129D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E8129D is #17ED62. Grayscale: #616161. Windows color (decimal): -1568099 or 10293992. OLE color: 10293992.

HSL color Cylindrical-coordinate representation of color #E8129D: hue angle of 321.03º 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 #E8129D is Cyan = 0, Magento = 0.92, Yellow = 0.32 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 18 157 -
CMYK 0 0.92 0.32 0.09
HSL 321.03º 0.86% 0.49% -
HSV(B) 321.03º 0.92% 0.91% -
XYZ 39.58 20.02 33.68 -
YUV 97.83 161.4 223.7 -
System Red Green Blue C M Y K H S L
Decimal 232 18 157 0 0.92 0.32 0.09 321.03 0.86 0.49
Hex E8 12 9D 0 5C 20 9 141 56 31
Octal 350 22 235 0 134 40 11 501 126 61
Binary 11101000 10010 10011101 0 1011100 100000 1001 101000001 1010110 110001

Color Harmonies of #E8129D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8129D

Black with #E8129D

Text Example


Text Example

White with #E8129D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8129D; }

 p { color: rgb(232,18,157); }

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

background-color css

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

 a { background-color: rgb(232,18,157); }

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

border-color css

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

 span { border-color: rgb(232,18,157); }

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