Html Css Color HEX #EB129D Hollywood Cerise

📋 copy color: '#EB129D'

red 235 ◦ green 18 ◦ blue 157

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

Shades of Hollywood Cerise #EB129D

Tints of Hollywood Cerise #EB129D

RGB

 RED value IS 235 (92.19% from 255) = 57.32%

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

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

R = 57.32%
G = 4.39%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EB129D (or 0xEB129D) is known color: Hollywood Cerise. HEX triplet: EB, 12 and 9D. RGB value is (235,18,157). Sum of RGB (Red+Green+Blue) = 235+18+157=410 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.32% from 410); Green value is 18 (7.42% from 255 or 4.39% from 410); Blue value is 157 (61.72% from 255 or 38.29% from 410); Max value from RGB is 235 - color contains mainly: red. Hex color #EB129D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB129D is #14ED62. Grayscale: #626262. Windows color (decimal): -1371491 or 10293995. OLE color: 10293995.

HSL color Cylindrical-coordinate representation of color #EB129D: hue angle of 321.57º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EB129D is Cyan = 0, Magento = 0.92, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 18 157 -
CMYK 0 0.92 0.33 0.08
HSL 321.57º 0.86% 0.5% -
HSV(B) 321.57º 0.92% 0.92% -
XYZ 40.56 20.53 33.72 -
YUV 98.73 160.89 225.2 -
System Red Green Blue C M Y K H S L
Decimal 235 18 157 0 0.92 0.33 0.08 321.57 0.86 0.5
Hex EB 12 9D 0 5C 21 8 142 56 32
Octal 353 22 235 0 134 41 10 502 126 62
Binary 11101011 10010 10011101 0 1011100 100001 1000 101000010 1010110 110010

Color Harmonies of #EB129D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB129D

Black with #EB129D

Text Example


Text Example

White with #EB129D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB129D; }

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

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

background-color css

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

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

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

border-color css

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

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

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