Html Css Color HEX #E10AB2 Hollywood Cerise

📋 copy color: '#E10AB2'

red 225 ◦ green 10 ◦ blue 178

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

Shades of Hollywood Cerise #E10AB2

Tints of Hollywood Cerise #E10AB2

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.42%

 BLUE value IS 178 (69.92% from 255) = 43.1%

R = 54.48%
G = 2.42%
B = 43.1%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#E10AB2 (or 0xE10AB2) is known color: Hollywood Cerise. HEX triplet: E1, 0A and B2. RGB value is (225,10,178). Sum of RGB (Red+Green+Blue) = 225+10+178=413 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.48% from 413); Green value is 10 (4.30% from 255 or 2.42% from 413); Blue value is 178 (69.92% from 255 or 43.10% from 413); Max value from RGB is 225 - color contains mainly: red. Hex color #E10AB2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10AB2 is #1EF54D. Grayscale: #5C5C5C. Windows color (decimal): -2028878 or 11668193. OLE color: 11668193.

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

Color convert

RGB 225 10 178 -
CMYK 0 0.96 0.21 0.12
HSL 313.12º 0.91% 0.46% -
HSV(B) 313.12º 0.96% 0.88% -
XYZ 39.2 19.44 43.81 -
YUV 93.44 175.73 221.84 -
System Red Green Blue C M Y K H S L
Decimal 225 10 178 0 0.96 0.21 0.12 313.12 0.91 0.46
Hex E1 A B2 0 60 15 C 139 5B 2E
Octal 341 12 262 0 140 25 14 471 133 56
Binary 11100001 1010 10110010 0 1100000 10101 1100 100111001 1011011 101110

Color Harmonies of #E10AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10AB2

Black with #E10AB2

Text Example


Text Example

White with #E10AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10AB2; }

 p { color: rgb(225,10,178); }

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

background-color css

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

 a { background-color: rgb(225,10,178); }

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

border-color css

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

 span { border-color: rgb(225,10,178); }

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