Html Css Color HEX #EB018F Hollywood Cerise

📋 copy color: '#EB018F'

red 235 ◦ green 1 ◦ blue 143

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

Shades of Hollywood Cerise #EB018F

Tints of Hollywood Cerise #EB018F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.73%

R = 62.01%
G = 0.26%
B = 37.73%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EB018F (or 0xEB018F) is known color: Hollywood Cerise. HEX triplet: EB, 01 and 8F. RGB value is (235,1,143). Sum of RGB (Red+Green+Blue) = 235+1+143=379 (50% of max value = 765). Red value is 235 (92.19% from 255 or 62.01% from 379); Green value is 1 (0.78% from 255 or 0.26% from 379); Blue value is 143 (56.25% from 255 or 37.73% from 379); Max value from RGB is 235 - color contains mainly: red. Hex color #EB018F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB018F is #14FE70. Grayscale: #565656. Windows color (decimal): -1375857 or 9372139. OLE color: 9372139.

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

Color convert

RGB 235 1 143 -
CMYK 0 1.00 0.39 0.08
HSL 323.59º 0.99% 0.46% -
HSV(B) 323.59º 1% 0.92% -
XYZ 39.23 19.67 27.72 -
YUV 87.15 159.52 233.45 -
System Red Green Blue C M Y K H S L
Decimal 235 1 143 0 1.00 0.39 0.08 323.59 0.99 0.46
Hex EB 1 8F 0 64 27 8 144 63 2E
Octal 353 1 217 0 144 47 10 504 143 56
Binary 11101011 1 10001111 0 1100100 100111 1000 101000100 1100011 101110

Color Harmonies of #EB018F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB018F

Black with #EB018F

Text Example


Text Example

White with #EB018F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB018F; }

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

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

background-color css

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

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

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

border-color css

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

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

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