Html Css Color HEX #E14188 Deep Cerise

📋 copy color: '#E14188'

red 225 ◦ green 65 ◦ blue 136

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

Shades of Deep Cerise #E14188

Tints of Deep Cerise #E14188

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.26%

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

R = 52.82%
G = 15.26%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#E14188 (or 0xE14188) is known color: Deep Cerise. HEX triplet: E1, 41 and 88. RGB value is (225,65,136). Sum of RGB (Red+Green+Blue) = 225+65+136=426 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.82% from 426); Green value is 65 (25.78% from 255 or 15.26% from 426); Blue value is 136 (53.52% from 255 or 31.92% from 426); Max value from RGB is 225 - color contains mainly: red. Hex color #E14188 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14188 is #1EBE77. Grayscale: #787878. Windows color (decimal): -2014840 or 8929761. OLE color: 8929761.

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

Color convert

RGB 225 65 136 -
CMYK 0 0.71 0.40 0.12
HSL 333.38º 0.73% 0.57% -
HSV(B) 333.38º 0.71% 0.88% -
XYZ 37.39 21.57 25.48 -
YUV 120.93 136.51 202.23 -
System Red Green Blue C M Y K H S L
Decimal 225 65 136 0 0.71 0.40 0.12 333.38 0.73 0.57
Hex E1 41 88 0 47 28 C 14D 49 39
Octal 341 101 210 0 107 50 14 515 111 71
Binary 11100001 1000001 10001000 0 1000111 101000 1100 101001101 1001001 111001

Color Harmonies of #E14188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14188

Black with #E14188

Text Example


Text Example

White with #E14188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14188; }

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

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

background-color css

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

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

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

border-color css

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

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

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