Html Css Color HEX #EB13A1 Hollywood Cerise

📋 copy color: '#EB13A1'

red 235 ◦ green 19 ◦ blue 161

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

Shades of Hollywood Cerise #EB13A1

Tints of Hollywood Cerise #EB13A1

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.58%

 BLUE value IS 161 (63.28% from 255) = 38.8%

R = 56.63%
G = 4.58%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#EB13A1 (or 0xEB13A1) is known color: Hollywood Cerise. HEX triplet: EB, 13 and A1. RGB value is (235,19,161). Sum of RGB (Red+Green+Blue) = 235+19+161=415 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.63% from 415); Green value is 19 (7.81% from 255 or 4.58% from 415); Blue value is 161 (63.28% from 255 or 38.80% from 415); Max value from RGB is 235 - color contains mainly: red. Hex color #EB13A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB13A1 is #14EC5E. Grayscale: #636363. Windows color (decimal): -1371231 or 10556395. OLE color: 10556395.

HSL color Cylindrical-coordinate representation of color #EB13A1: hue angle of 320.56º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EB13A1 is Cyan = 0, Magento = 0.92, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 19 161 -
CMYK 0 0.92 0.31 0.08
HSL 320.56º 0.85% 0.5% -
HSV(B) 320.56º 0.92% 0.92% -
XYZ 40.93 20.7 35.56 -
YUV 99.77 162.56 224.45 -
System Red Green Blue C M Y K H S L
Decimal 235 19 161 0 0.92 0.31 0.08 320.56 0.85 0.5
Hex EB 13 A1 0 5C 1F 8 141 55 32
Octal 353 23 241 0 134 37 10 501 125 62
Binary 11101011 10011 10100001 0 1011100 11111 1000 101000001 1010101 110010

Color Harmonies of #EB13A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB13A1

Black with #EB13A1

Text Example


Text Example

White with #EB13A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB13A1; }

 p { color: rgb(235,19,161); }

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

background-color css

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

 a { background-color: rgb(235,19,161); }

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

border-color css

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

 span { border-color: rgb(235,19,161); }

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