Html Css Color HEX #E13098 Deep Cerise

📋 copy color: '#E13098'

red 225 ◦ green 48 ◦ blue 152

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

Shades of Deep Cerise #E13098

Tints of Deep Cerise #E13098

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.29%

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

R = 52.94%
G = 11.29%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E13098 (or 0xE13098) is known color: Deep Cerise. HEX triplet: E1, 30 and 98. RGB value is (225,48,152). Sum of RGB (Red+Green+Blue) = 225+48+152=425 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.94% from 425); Green value is 48 (19.14% from 255 or 11.29% from 425); Blue value is 152 (59.77% from 255 or 35.76% from 425); Max value from RGB is 225 - color contains mainly: red. Hex color #E13098 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13098 is #1ECF67. Grayscale: #707070. Windows color (decimal): -2019176 or 9973985. OLE color: 9973985.

HSL color Cylindrical-coordinate representation of color #E13098: hue angle of 324.75º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E13098 is Cyan = 0, Magento = 0.79, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 48 152 -
CMYK 0 0.79 0.32 0.12
HSL 324.75º 0.75% 0.54% -
HSV(B) 324.75º 0.79% 0.88% -
XYZ 37.78 20.39 31.65 -
YUV 112.78 150.14 208.04 -
System Red Green Blue C M Y K H S L
Decimal 225 48 152 0 0.79 0.32 0.12 324.75 0.75 0.54
Hex E1 30 98 0 4F 20 C 145 4B 36
Octal 341 60 230 0 117 40 14 505 113 66
Binary 11100001 110000 10011000 0 1001111 100000 1100 101000101 1001011 110110

Color Harmonies of #E13098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13098

Black with #E13098

Text Example


Text Example

White with #E13098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13098; }

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

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

background-color css

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

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

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

border-color css

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

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

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