Html Css Color HEX #EB018A Hollywood Cerise

📋 copy color: '#EB018A'

red 235 ◦ green 1 ◦ blue 138

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

Shades of Hollywood Cerise #EB018A

Tints of Hollywood Cerise #EB018A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

 BLUE value IS 138 (54.3% from 255) = 36.9%

R = 62.83%
G = 0.27%
B = 36.9%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EB018A (or 0xEB018A) is known color: Hollywood Cerise. HEX triplet: EB, 01 and 8A. RGB value is (235,1,138). Sum of RGB (Red+Green+Blue) = 235+1+138=374 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.83% from 374); Green value is 1 (0.78% from 255 or 0.27% from 374); Blue value is 138 (54.30% from 255 or 36.90% from 374); Max value from RGB is 235 - color contains mainly: red. Hex color #EB018A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB018A is #14FE75. Grayscale: #565656. Windows color (decimal): -1375862 or 9044459. OLE color: 9044459.

HSL color Cylindrical-coordinate representation of color #EB018A: hue angle of 324.87º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EB018A is Cyan = 0, Magento = 1.00, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 1 138 -
CMYK 0 1.00 0.41 0.08
HSL 324.87º 0.99% 0.46% -
HSV(B) 324.87º 1% 0.92% -
XYZ 38.86 19.52 25.76 -
YUV 86.58 157.02 233.86 -
System Red Green Blue C M Y K H S L
Decimal 235 1 138 0 1.00 0.41 0.08 324.87 0.99 0.46
Hex EB 1 8A 0 64 29 8 145 63 2E
Octal 353 1 212 0 144 51 10 505 143 56
Binary 11101011 1 10001010 0 1100100 101001 1000 101000101 1100011 101110

Color Harmonies of #EB018A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB018A

Black with #EB018A

Text Example


Text Example

White with #EB018A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB018A; }

 p { color: rgb(235,1,138); }

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

background-color css

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

 a { background-color: rgb(235,1,138); }

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

border-color css

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

 span { border-color: rgb(235,1,138); }

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