Html Css Color HEX #E8129B Hollywood Cerise

📋 copy color: '#E8129B'

red 232 ◦ green 18 ◦ blue 155

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

Shades of Hollywood Cerise #E8129B

Tints of Hollywood Cerise #E8129B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.27%

R = 57.28%
G = 4.44%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.33

 K value IS 0.09

RGB Variations

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

Color information

#E8129B (or 0xE8129B) is known color: Hollywood Cerise. HEX triplet: E8, 12 and 9B. RGB value is (232,18,155). Sum of RGB (Red+Green+Blue) = 232+18+155=405 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.28% from 405); Green value is 18 (7.42% from 255 or 4.44% from 405); Blue value is 155 (60.94% from 255 or 38.27% from 405); Max value from RGB is 232 - color contains mainly: red. Hex color #E8129B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E8129B is #17ED64. Grayscale: #616161. Windows color (decimal): -1568101 or 10162920. OLE color: 10162920.

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

Color convert

RGB 232 18 155 -
CMYK 0 0.92 0.33 0.09
HSL 321.59º 0.86% 0.49% -
HSV(B) 321.59º 0.92% 0.91% -
XYZ 39.41 19.95 32.78 -
YUV 97.6 160.4 223.86 -
System Red Green Blue C M Y K H S L
Decimal 232 18 155 0 0.92 0.33 0.09 321.59 0.86 0.49
Hex E8 12 9B 0 5C 21 9 142 56 31
Octal 350 22 233 0 134 41 11 502 126 61
Binary 11101000 10010 10011011 0 1011100 100001 1001 101000010 1010110 110001

Color Harmonies of #E8129B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8129B

Black with #E8129B

Text Example


Text Example

White with #E8129B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8129B; }

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

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

background-color css

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

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

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

border-color css

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

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

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