Html Css Color HEX #EB139A Hollywood Cerise

📋 copy color: '#EB139A'

red 235 ◦ green 19 ◦ blue 154

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

Shades of Hollywood Cerise #EB139A

Tints of Hollywood Cerise #EB139A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.75%

R = 57.6%
G = 4.66%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EB139A (or 0xEB139A) is known color: Hollywood Cerise. HEX triplet: EB, 13 and 9A. RGB value is (235,19,154). Sum of RGB (Red+Green+Blue) = 235+19+154=408 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.60% from 408); Green value is 19 (7.81% from 255 or 4.66% from 408); Blue value is 154 (60.55% from 255 or 37.75% from 408); Max value from RGB is 235 - color contains mainly: red. Hex color #EB139A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB139A is #14EC65. Grayscale: #626262. Windows color (decimal): -1371238 or 10097643. OLE color: 10097643.

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

Color convert

RGB 235 19 154 -
CMYK 0 0.92 0.34 0.08
HSL 322.5º 0.85% 0.5% -
HSV(B) 322.5º 0.92% 0.92% -
XYZ 40.33 20.46 32.4 -
YUV 98.97 159.06 225.02 -
System Red Green Blue C M Y K H S L
Decimal 235 19 154 0 0.92 0.34 0.08 322.5 0.85 0.5
Hex EB 13 9A 0 5C 22 8 142 55 32
Octal 353 23 232 0 134 42 10 502 125 62
Binary 11101011 10011 10011010 0 1011100 100010 1000 101000010 1010101 110010

Color Harmonies of #EB139A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB139A

Black with #EB139A

Text Example


Text Example

White with #EB139A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB139A; }

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

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

background-color css

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

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

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

border-color css

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

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

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