Html Css Color HEX #E10B93 Hollywood Cerise

📋 copy color: '#E10B93'

red 225 ◦ green 11 ◦ blue 147

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

Shades of Hollywood Cerise #E10B93

Tints of Hollywood Cerise #E10B93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 38.38%

R = 58.75%
G = 2.87%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#E10B93 (or 0xE10B93) is known color: Hollywood Cerise. HEX triplet: E1, 0B and 93. RGB value is (225,11,147). Sum of RGB (Red+Green+Blue) = 225+11+147=383 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.75% from 383); Green value is 11 (4.69% from 255 or 2.87% from 383); Blue value is 147 (57.81% from 255 or 38.38% from 383); Max value from RGB is 225 - color contains mainly: red. Hex color #E10B93 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10B93 is #1EF46C. Grayscale: #5A5A5A. Windows color (decimal): -2028653 or 9636833. OLE color: 9636833.

HSL color Cylindrical-coordinate representation of color #E10B93: hue angle of 321.87º 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 #E10B93 is Cyan = 0, Magento = 0.95, Yellow = 0.35 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 11 147 -
CMYK 0 0.95 0.35 0.12
HSL 321.87º 0.91% 0.46% -
HSV(B) 321.87º 0.95% 0.88% -
XYZ 36.44 18.35 29.23 -
YUV 90.49 159.9 223.94 -
System Red Green Blue C M Y K H S L
Decimal 225 11 147 0 0.95 0.35 0.12 321.87 0.91 0.46
Hex E1 B 93 0 5F 23 C 142 5B 2E
Octal 341 13 223 0 137 43 14 502 133 56
Binary 11100001 1011 10010011 0 1011111 100011 1100 101000010 1011011 101110

Color Harmonies of #E10B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10B93

Black with #E10B93

Text Example


Text Example

White with #E10B93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10B93; }

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

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

background-color css

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

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

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

border-color css

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

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

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