Html Css Color HEX #EB03A2 Hollywood Cerise

📋 copy color: '#EB03A2'

red 235 ◦ green 3 ◦ blue 162

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

Shades of Hollywood Cerise #EB03A2

Tints of Hollywood Cerise #EB03A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 40.5%

R = 58.75%
G = 0.75%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#EB03A2 (or 0xEB03A2) is known color: Hollywood Cerise. HEX triplet: EB, 03 and A2. RGB value is (235,3,162). Sum of RGB (Red+Green+Blue) = 235+3+162=400 (52% of max value = 765). Red value is 235 (92.19% from 255 or 58.75% from 400); Green value is 3 (1.56% from 255 or 0.75% from 400); Blue value is 162 (63.67% from 255 or 40.5% from 400); Max value from RGB is 235 - color contains mainly: red. Hex color #EB03A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB03A2 is #14FC5D. Grayscale: #5A5A5A. Windows color (decimal): -1375326 or 10617835. OLE color: 10617835.

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

Color convert

RGB 235 3 162 -
CMYK 0 0.99 0.31 0.08
HSL 318.88º 0.97% 0.47% -
HSV(B) 318.88º 0.99% 0.92% -
XYZ 40.82 20.34 35.96 -
YUV 90.49 168.36 231.07 -
System Red Green Blue C M Y K H S L
Decimal 235 3 162 0 0.99 0.31 0.08 318.88 0.97 0.47
Hex EB 3 A2 0 63 1F 8 13F 61 2F
Octal 353 3 242 0 143 37 10 477 141 57
Binary 11101011 11 10100010 0 1100011 11111 1000 100111111 1100001 101111

Color Harmonies of #EB03A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB03A2

Black with #EB03A2

Text Example


Text Example

White with #EB03A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB03A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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