Html Css Color HEX #EB048E Hollywood Cerise

📋 copy color: '#EB048E'

red 235 ◦ green 4 ◦ blue 142

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

Shades of Hollywood Cerise #EB048E

Tints of Hollywood Cerise #EB048E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.05%

 BLUE value IS 142 (55.86% from 255) = 37.27%

R = 61.68%
G = 1.05%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EB048E (or 0xEB048E) is known color: Hollywood Cerise. HEX triplet: EB, 04 and 8E. RGB value is (235,4,142). Sum of RGB (Red+Green+Blue) = 235+4+142=381 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.68% from 381); Green value is 4 (1.95% from 255 or 1.05% from 381); Blue value is 142 (55.86% from 255 or 37.27% from 381); Max value from RGB is 235 - color contains mainly: red. Hex color #EB048E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB048E is #14FB71. Grayscale: #585858. Windows color (decimal): -1375090 or 9307371. OLE color: 9307371.

HSL color Cylindrical-coordinate representation of color #EB048E: hue angle of 324.16º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EB048E is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 4 142 -
CMYK 0 0.98 0.40 0.08
HSL 324.16º 0.97% 0.47% -
HSV(B) 324.16º 0.98% 0.92% -
XYZ 39.19 19.7 27.33 -
YUV 88.8 158.03 232.28 -
System Red Green Blue C M Y K H S L
Decimal 235 4 142 0 0.98 0.40 0.08 324.16 0.97 0.47
Hex EB 4 8E 0 62 28 8 144 61 2F
Octal 353 4 216 0 142 50 10 504 141 57
Binary 11101011 100 10001110 0 1100010 101000 1000 101000100 1100001 101111

Color Harmonies of #EB048E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB048E

Black with #EB048E

Text Example


Text Example

White with #EB048E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB048E; }

 p { color: rgb(235,4,142); }

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

background-color css

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

 a { background-color: rgb(235,4,142); }

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

border-color css

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

 span { border-color: rgb(235,4,142); }

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