Html Css Color HEX #E10FB0 Hollywood Cerise

📋 copy color: '#E10FB0'

red 225 ◦ green 15 ◦ blue 176

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

Shades of Hollywood Cerise #E10FB0

Tints of Hollywood Cerise #E10FB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 42.31%

R = 54.09%
G = 3.61%
B = 42.31%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E10FB0 (or 0xE10FB0) is known color: Hollywood Cerise. HEX triplet: E1, 0F and B0. RGB value is (225,15,176). Sum of RGB (Red+Green+Blue) = 225+15+176=416 (55% of max value = 765). Red value is 225 (88.28% from 255 or 54.09% from 416); Green value is 15 (6.25% from 255 or 3.61% from 416); Blue value is 176 (69.14% from 255 or 42.31% from 416); Max value from RGB is 225 - color contains mainly: red. Hex color #E10FB0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10FB0 is #1EF04F. Grayscale: #5F5F5F. Windows color (decimal): -2027600 or 11538401. OLE color: 11538401.

HSL color Cylindrical-coordinate representation of color #E10FB0: hue angle of 314º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E10FB0 is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 15 176 -
CMYK 0 0.93 0.22 0.12
HSL 314º 0.88% 0.47% -
HSV(B) 314º 0.93% 0.88% -
XYZ 39.06 19.48 42.78 -
YUV 96.14 173.07 219.91 -
System Red Green Blue C M Y K H S L
Decimal 225 15 176 0 0.93 0.22 0.12 314 0.88 0.47
Hex E1 F B0 0 5D 16 C 13A 58 2F
Octal 341 17 260 0 135 26 14 472 130 57
Binary 11100001 1111 10110000 0 1011101 10110 1100 100111010 1011000 101111

Color Harmonies of #E10FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10FB0

Black with #E10FB0

Text Example


Text Example

White with #E10FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10FB0; }

 p { color: rgb(225,15,176); }

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

background-color css

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

 a { background-color: rgb(225,15,176); }

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

border-color css

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

 span { border-color: rgb(225,15,176); }

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