Html Css Color HEX #E10298 Hollywood Cerise

📋 copy color: '#E10298'

red 225 ◦ green 2 ◦ blue 152

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

Shades of Hollywood Cerise #E10298

Tints of Hollywood Cerise #E10298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 40.11%

R = 59.37%
G = 0.53%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E10298 (or 0xE10298) is known color: Hollywood Cerise. HEX triplet: E1, 02 and 98. RGB value is (225,2,152). Sum of RGB (Red+Green+Blue) = 225+2+152=379 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.37% from 379); Green value is 2 (1.17% from 255 or 0.53% from 379); Blue value is 152 (59.77% from 255 or 40.11% from 379); Max value from RGB is 225 - color contains mainly: red. Hex color #E10298 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10298 is #1EFD67. Grayscale: #555555. Windows color (decimal): -2030952 or 9962209. OLE color: 9962209.

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

Color convert

RGB 225 2 152 -
CMYK 0 0.99 0.32 0.12
HSL 319.64º 0.98% 0.45% -
HSV(B) 319.64º 0.99% 0.88% -
XYZ 36.74 18.32 31.31 -
YUV 85.78 165.38 227.3 -
System Red Green Blue C M Y K H S L
Decimal 225 2 152 0 0.99 0.32 0.12 319.64 0.98 0.45
Hex E1 2 98 0 63 20 C 140 62 2D
Octal 341 2 230 0 143 40 14 500 142 55
Binary 11100001 10 10011000 0 1100011 100000 1100 101000000 1100010 101101

Color Harmonies of #E10298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10298

Black with #E10298

Text Example


Text Example

White with #E10298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10298; }

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

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

background-color css

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

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

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

border-color css

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

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

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