Html Css Color HEX #EB139E Hollywood Cerise

📋 copy color: '#EB139E'

red 235 ◦ green 19 ◦ blue 158

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

Shades of Hollywood Cerise #EB139E

Tints of Hollywood Cerise #EB139E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.61%

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

R = 57.04%
G = 4.61%
B = 38.35%

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

#EB139E (or 0xEB139E) is known color: Hollywood Cerise. HEX triplet: EB, 13 and 9E. RGB value is (235,19,158). Sum of RGB (Red+Green+Blue) = 235+19+158=412 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.04% from 412); Green value is 19 (7.81% from 255 or 4.61% from 412); Blue value is 158 (62.11% from 255 or 38.35% from 412); Max value from RGB is 235 - color contains mainly: red. Hex color #EB139E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB139E is #14EC61. Grayscale: #636363. Windows color (decimal): -1371234 or 10359787. OLE color: 10359787.

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

Color convert

RGB 235 19 158 -
CMYK 0 0.92 0.33 0.08
HSL 321.39º 0.85% 0.5% -
HSV(B) 321.39º 0.92% 0.92% -
XYZ 40.67 20.6 34.18 -
YUV 99.43 161.06 224.7 -
System Red Green Blue C M Y K H S L
Decimal 235 19 158 0 0.92 0.33 0.08 321.39 0.85 0.5
Hex EB 13 9E 0 5C 21 8 141 55 32
Octal 353 23 236 0 134 41 10 501 125 62
Binary 11101011 10011 10011110 0 1011100 100001 1000 101000001 1010101 110010

Color Harmonies of #EB139E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB139E

Black with #EB139E

Text Example


Text Example

White with #EB139E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB139E; }

 p { color: rgb(235,19,158); }

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

background-color css

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

 a { background-color: rgb(235,19,158); }

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

border-color css

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

 span { border-color: rgb(235,19,158); }

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