Html Css Color HEX #E10BA2 Hollywood Cerise

📋 copy color: '#E10BA2'

red 225 ◦ green 11 ◦ blue 162

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

Shades of Hollywood Cerise #E10BA2

Tints of Hollywood Cerise #E10BA2

RGB

 RED value IS 225 (88.28% from 255) = 56.53%

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

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

R = 56.53%
G = 2.76%
B = 40.7%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.28

 K value IS 0.12

RGB Variations

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

Color information

#E10BA2 (or 0xE10BA2) is known color: Hollywood Cerise. HEX triplet: E1, 0B and A2. RGB value is (225,11,162). Sum of RGB (Red+Green+Blue) = 225+11+162=398 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.53% from 398); Green value is 11 (4.69% from 255 or 2.76% from 398); Blue value is 162 (63.67% from 255 or 40.70% from 398); Max value from RGB is 225 - color contains mainly: red. Hex color #E10BA2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10BA2 is #1EF45D. Grayscale: #5B5B5B. Windows color (decimal): -2028638 or 10619873. OLE color: 10619873.

HSL color Cylindrical-coordinate representation of color #E10BA2: hue angle of 317.66º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E10BA2 is Cyan = 0, Magento = 0.95, Yellow = 0.28 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 11 162 -
CMYK 0 0.95 0.28 0.12
HSL 317.66º 0.91% 0.46% -
HSV(B) 317.66º 0.95% 0.88% -
XYZ 37.69 18.86 35.84 -
YUV 92.2 167.4 222.72 -
System Red Green Blue C M Y K H S L
Decimal 225 11 162 0 0.95 0.28 0.12 317.66 0.91 0.46
Hex E1 B A2 0 5F 1C C 13E 5B 2E
Octal 341 13 242 0 137 34 14 476 133 56
Binary 11100001 1011 10100010 0 1011111 11100 1100 100111110 1011011 101110

Color Harmonies of #E10BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10BA2

Black with #E10BA2

Text Example


Text Example

White with #E10BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10BA2; }

 p { color: rgb(225,11,162); }

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

background-color css

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

 a { background-color: rgb(225,11,162); }

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

border-color css

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

 span { border-color: rgb(225,11,162); }

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