Html Css Color HEX #EB0398 Hollywood Cerise

📋 copy color: '#EB0398'

red 235 ◦ green 3 ◦ blue 152

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

Shades of Hollywood Cerise #EB0398

Tints of Hollywood Cerise #EB0398

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 38.97%

R = 60.26%
G = 0.77%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EB0398 (or 0xEB0398) is known color: Hollywood Cerise. HEX triplet: EB, 03 and 98. RGB value is (235,3,152). Sum of RGB (Red+Green+Blue) = 235+3+152=390 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.26% from 390); Green value is 3 (1.56% from 255 or 0.77% from 390); Blue value is 152 (59.77% from 255 or 38.97% from 390); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0398 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0398 is #14FC67. Grayscale: #585858. Windows color (decimal): -1375336 or 9962475. OLE color: 9962475.

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

Color convert

RGB 235 3 152 -
CMYK 0 0.99 0.35 0.08
HSL 321.47º 0.97% 0.47% -
HSV(B) 321.47º 0.99% 0.92% -
XYZ 39.96 19.99 31.46 -
YUV 89.35 163.36 231.88 -
System Red Green Blue C M Y K H S L
Decimal 235 3 152 0 0.99 0.35 0.08 321.47 0.97 0.47
Hex EB 3 98 0 63 23 8 141 61 2F
Octal 353 3 230 0 143 43 10 501 141 57
Binary 11101011 11 10011000 0 1100011 100011 1000 101000001 1100001 101111

Color Harmonies of #EB0398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0398

Black with #EB0398

Text Example


Text Example

White with #EB0398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0398; }

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

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

background-color css

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

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

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

border-color css

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

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

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