Html Css Color HEX #EB018D Hollywood Cerise

📋 copy color: '#EB018D'

red 235 ◦ green 1 ◦ blue 141

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

Shades of Hollywood Cerise #EB018D

Tints of Hollywood Cerise #EB018D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.4%

R = 62.33%
G = 0.27%
B = 37.4%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#EB018D (or 0xEB018D) is known color: Hollywood Cerise. HEX triplet: EB, 01 and 8D. RGB value is (235,1,141). Sum of RGB (Red+Green+Blue) = 235+1+141=377 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.33% from 377); Green value is 1 (0.78% from 255 or 0.27% from 377); Blue value is 141 (55.47% from 255 or 37.40% from 377); Max value from RGB is 235 - color contains mainly: red. Hex color #EB018D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB018D is #14FE72. Grayscale: #565656. Windows color (decimal): -1375859 or 9241067. OLE color: 9241067.

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

Color convert

RGB 235 1 141 -
CMYK 0 1.00 0.4 0.08
HSL 324.1º 0.99% 0.46% -
HSV(B) 324.1º 1% 0.92% -
XYZ 39.08 19.61 26.92 -
YUV 86.93 158.52 233.62 -
System Red Green Blue C M Y K H S L
Decimal 235 1 141 0 1.00 0.4 0.08 324.1 0.99 0.46
Hex EB 1 8D 0 64 28 8 144 63 2E
Octal 353 1 215 0 144 50 10 504 143 56
Binary 11101011 1 10001101 0 1100100 101000 1000 101000100 1100011 101110

Color Harmonies of #EB018D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB018D

Black with #EB018D

Text Example


Text Example

White with #EB018D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB018D; }

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

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

background-color css

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

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

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

border-color css

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

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

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