Html Css Color HEX #E10394 Hollywood Cerise

📋 copy color: '#E10394'

red 225 ◦ green 3 ◦ blue 148

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

Shades of Hollywood Cerise #E10394

Tints of Hollywood Cerise #E10394

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.8%

 BLUE value IS 148 (58.2% from 255) = 39.36%

R = 59.84%
G = 0.8%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E10394 (or 0xE10394) is known color: Hollywood Cerise. HEX triplet: E1, 03 and 94. RGB value is (225,3,148). Sum of RGB (Red+Green+Blue) = 225+3+148=376 (49% of max value = 765). Red value is 225 (88.28% from 255 or 59.84% from 376); Green value is 3 (1.56% from 255 or 0.80% from 376); Blue value is 148 (58.20% from 255 or 39.36% from 376); Max value from RGB is 225 - color contains mainly: red. Hex color #E10394 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10394 is #1EFC6B. Grayscale: #555555. Windows color (decimal): -2030700 or 9700321. OLE color: 9700321.

HSL color Cylindrical-coordinate representation of color #E10394: hue angle of 320.81º degrees, saturation: 0.97, 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 #E10394 is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 3 148 -
CMYK 0 0.99 0.34 0.12
HSL 320.81º 0.97% 0.45% -
HSV(B) 320.81º 0.99% 0.88% -
XYZ 36.43 18.21 29.61 -
YUV 85.91 163.05 227.21 -
System Red Green Blue C M Y K H S L
Decimal 225 3 148 0 0.99 0.34 0.12 320.81 0.97 0.45
Hex E1 3 94 0 63 22 C 141 61 2D
Octal 341 3 224 0 143 42 14 501 141 55
Binary 11100001 11 10010100 0 1100011 100010 1100 101000001 1100001 101101

Color Harmonies of #E10394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10394

Black with #E10394

Text Example


Text Example

White with #E10394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10394; }

 p { color: rgb(225,3,148); }

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

background-color css

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

 a { background-color: rgb(225,3,148); }

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

border-color css

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

 span { border-color: rgb(225,3,148); }

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