Html Css Color HEX #EB0FA6 Hollywood Cerise

📋 copy color: '#EB0FA6'

red 235 ◦ green 15 ◦ blue 166

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

Shades of Hollywood Cerise #EB0FA6

Tints of Hollywood Cerise #EB0FA6

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.61%

 BLUE value IS 166 (65.23% from 255) = 39.9%

R = 56.49%
G = 3.61%
B = 39.9%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EB0FA6 (or 0xEB0FA6) is known color: Hollywood Cerise. HEX triplet: EB, 0F and A6. RGB value is (235,15,166). Sum of RGB (Red+Green+Blue) = 235+15+166=416 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.49% from 416); Green value is 15 (6.25% from 255 or 3.61% from 416); Blue value is 166 (65.23% from 255 or 39.90% from 416); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0FA6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0FA6 is #14F059. Grayscale: #616161. Windows color (decimal): -1372250 or 10883051. OLE color: 10883051.

HSL color Cylindrical-coordinate representation of color #EB0FA6: hue angle of 318.82º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EB0FA6 is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 15 166 -
CMYK 0 0.94 0.29 0.08
HSL 318.82º 0.88% 0.49% -
HSV(B) 318.82º 0.94% 0.92% -
XYZ 41.31 20.76 37.91 -
YUV 97.99 166.39 225.72 -
System Red Green Blue C M Y K H S L
Decimal 235 15 166 0 0.94 0.29 0.08 318.82 0.88 0.49
Hex EB F A6 0 5E 1D 8 13F 58 31
Octal 353 17 246 0 136 35 10 477 130 61
Binary 11101011 1111 10100110 0 1011110 11101 1000 100111111 1011000 110001

Color Harmonies of #EB0FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0FA6

Black with #EB0FA6

Text Example


Text Example

White with #EB0FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0FA6; }

 p { color: rgb(235,15,166); }

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

background-color css

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

 a { background-color: rgb(235,15,166); }

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

border-color css

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

 span { border-color: rgb(235,15,166); }

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