Html Css Color HEX #E10293 Hollywood Cerise

📋 copy color: '#E10293'

red 225 ◦ green 2 ◦ blue 147

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

Shades of Hollywood Cerise #E10293

Tints of Hollywood Cerise #E10293

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.53%

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

R = 60.16%
G = 0.53%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#E10293 (or 0xE10293) is known color: Hollywood Cerise. HEX triplet: E1, 02 and 93. RGB value is (225,2,147). Sum of RGB (Red+Green+Blue) = 225+2+147=374 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.16% from 374); Green value is 2 (1.17% from 255 or 0.53% from 374); Blue value is 147 (57.81% from 255 or 39.30% from 374); Max value from RGB is 225 - color contains mainly: red. Hex color #E10293 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10293 is #1EFD6C. Grayscale: #545454. Windows color (decimal): -2030957 or 9634529. OLE color: 9634529.

HSL color Cylindrical-coordinate representation of color #E10293: hue angle of 320.99º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E10293 is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 2 147 -
CMYK 0 0.99 0.35 0.12
HSL 320.99º 0.98% 0.45% -
HSV(B) 320.99º 0.99% 0.88% -
XYZ 36.34 18.16 29.19 -
YUV 85.21 162.88 227.71 -
System Red Green Blue C M Y K H S L
Decimal 225 2 147 0 0.99 0.35 0.12 320.99 0.98 0.45
Hex E1 2 93 0 63 23 C 141 62 2D
Octal 341 2 223 0 143 43 14 501 142 55
Binary 11100001 10 10010011 0 1100011 100011 1100 101000001 1100010 101101

Color Harmonies of #E10293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10293

Black with #E10293

Text Example


Text Example

White with #E10293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10293; }

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

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

background-color css

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

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

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

border-color css

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

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

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