Html Css Color HEX #E14388 Deep Cerise

📋 copy color: '#E14388'

red 225 ◦ green 67 ◦ blue 136

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

Shades of Deep Cerise #E14388

Tints of Deep Cerise #E14388

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.65%

 BLUE value IS 136 (53.52% from 255) = 31.78%

R = 52.57%
G = 15.65%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#E14388 (or 0xE14388) is known color: Deep Cerise. HEX triplet: E1, 43 and 88. RGB value is (225,67,136). Sum of RGB (Red+Green+Blue) = 225+67+136=428 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.57% from 428); Green value is 67 (26.56% from 255 or 15.65% from 428); Blue value is 136 (53.52% from 255 or 31.78% from 428); Max value from RGB is 225 - color contains mainly: red. Hex color #E14388 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14388 is #1EBC77. Grayscale: #797979. Windows color (decimal): -2014328 or 8930273. OLE color: 8930273.

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

Color convert

RGB 225 67 136 -
CMYK 0 0.70 0.40 0.12
HSL 333.8º 0.72% 0.57% -
HSV(B) 333.8º 0.7% 0.88% -
XYZ 37.5 21.8 25.52 -
YUV 122.11 135.85 201.39 -
System Red Green Blue C M Y K H S L
Decimal 225 67 136 0 0.70 0.40 0.12 333.8 0.72 0.57
Hex E1 43 88 0 46 28 C 14E 48 39
Octal 341 103 210 0 106 50 14 516 110 71
Binary 11100001 1000011 10001000 0 1000110 101000 1100 101001110 1001000 111001

Color Harmonies of #E14388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14388

Black with #E14388

Text Example


Text Example

White with #E14388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14388; }

 p { color: rgb(225,67,136); }

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

background-color css

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

 a { background-color: rgb(225,67,136); }

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

border-color css

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

 span { border-color: rgb(225,67,136); }

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