Html Css Color HEX #E14098 Deep Cerise

📋 copy color: '#E14098'

red 225 ◦ green 64 ◦ blue 152

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

Shades of Deep Cerise #E14098

Tints of Deep Cerise #E14098

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.51%

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

R = 51.02%
G = 14.51%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E14098 (or 0xE14098) is known color: Deep Cerise. HEX triplet: E1, 40 and 98. RGB value is (225,64,152). Sum of RGB (Red+Green+Blue) = 225+64+152=441 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.02% from 441); Green value is 64 (25.39% from 255 or 14.51% from 441); Blue value is 152 (59.77% from 255 or 34.47% from 441); Max value from RGB is 225 - color contains mainly: red. Hex color #E14098 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14098 is #1EBF67. Grayscale: #797979. Windows color (decimal): -2015080 or 9978081. OLE color: 9978081.

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

Color convert

RGB 225 64 152 -
CMYK 0 0.72 0.32 0.12
HSL 327.21º 0.73% 0.57% -
HSV(B) 327.21º 0.72% 0.88% -
XYZ 38.55 21.94 31.91 -
YUV 122.17 144.84 201.34 -
System Red Green Blue C M Y K H S L
Decimal 225 64 152 0 0.72 0.32 0.12 327.21 0.73 0.57
Hex E1 40 98 0 48 20 C 147 49 39
Octal 341 100 230 0 110 40 14 507 111 71
Binary 11100001 1000000 10011000 0 1001000 100000 1100 101000111 1001001 111001

Color Harmonies of #E14098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14098

Black with #E14098

Text Example


Text Example

White with #E14098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14098; }

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

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

background-color css

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

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

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

border-color css

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

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

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