Html Css Color HEX #EB0B93 Hollywood Cerise

📋 copy color: '#EB0B93'

red 235 ◦ green 11 ◦ blue 147

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

Shades of Hollywood Cerise #EB0B93

Tints of Hollywood Cerise #EB0B93

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.8%

 BLUE value IS 147 (57.81% from 255) = 37.4%

R = 59.8%
G = 2.8%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#EB0B93 (or 0xEB0B93) is known color: Hollywood Cerise. HEX triplet: EB, 0B and 93. RGB value is (235,11,147). Sum of RGB (Red+Green+Blue) = 235+11+147=393 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.80% from 393); Green value is 11 (4.69% from 255 or 2.80% from 393); Blue value is 147 (57.81% from 255 or 37.40% from 393); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0B93 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0B93 is #14F46C. Grayscale: #5D5D5D. Windows color (decimal): -1373293 or 9636843. OLE color: 9636843.

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

Color convert

RGB 235 11 147 -
CMYK 0 0.95 0.37 0.08
HSL 323.57º 0.91% 0.48% -
HSV(B) 323.57º 0.95% 0.92% -
XYZ 39.65 20.01 29.38 -
YUV 93.48 158.21 228.94 -
System Red Green Blue C M Y K H S L
Decimal 235 11 147 0 0.95 0.37 0.08 323.57 0.91 0.48
Hex EB B 93 0 5F 25 8 144 5B 30
Octal 353 13 223 0 137 45 10 504 133 60
Binary 11101011 1011 10010011 0 1011111 100101 1000 101000100 1011011 110000

Color Harmonies of #EB0B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0B93

Black with #EB0B93

Text Example


Text Example

White with #EB0B93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0B93; }

 p { color: rgb(235,11,147); }

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

background-color css

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

 a { background-color: rgb(235,11,147); }

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

border-color css

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

 span { border-color: rgb(235,11,147); }

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