Html Css Color HEX #EB0394 Hollywood Cerise

📋 copy color: '#EB0394'

red 235 ◦ green 3 ◦ blue 148

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

Shades of Hollywood Cerise #EB0394

Tints of Hollywood Cerise #EB0394

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.78%

 BLUE value IS 148 (58.2% from 255) = 38.34%

R = 60.88%
G = 0.78%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#EB0394 (or 0xEB0394) is known color: Hollywood Cerise. HEX triplet: EB, 03 and 94. RGB value is (235,3,148). Sum of RGB (Red+Green+Blue) = 235+3+148=386 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.88% from 386); Green value is 3 (1.56% from 255 or 0.78% from 386); Blue value is 148 (58.20% from 255 or 38.34% from 386); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0394 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0394 is #14FC6B. Grayscale: #585858. Windows color (decimal): -1375340 or 9700331. OLE color: 9700331.

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

Color convert

RGB 235 3 148 -
CMYK 0 0.99 0.37 0.08
HSL 322.5º 0.97% 0.47% -
HSV(B) 322.5º 0.99% 0.92% -
XYZ 39.64 19.87 29.76 -
YUV 88.9 161.36 232.21 -
System Red Green Blue C M Y K H S L
Decimal 235 3 148 0 0.99 0.37 0.08 322.5 0.97 0.47
Hex EB 3 94 0 63 25 8 142 61 2F
Octal 353 3 224 0 143 45 10 502 141 57
Binary 11101011 11 10010100 0 1100011 100101 1000 101000010 1100001 101111

Color Harmonies of #EB0394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0394

Black with #EB0394

Text Example


Text Example

White with #EB0394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0394; }

 p { color: rgb(235,3,148); }

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

background-color css

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

 a { background-color: rgb(235,3,148); }

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

border-color css

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

 span { border-color: rgb(235,3,148); }

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