Html Css Color HEX #E14486 Deep Cerise

📋 copy color: '#E14486'

red 225 ◦ green 68 ◦ blue 134

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

Shades of Deep Cerise #E14486

Tints of Deep Cerise #E14486

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.93%

 BLUE value IS 134 (52.73% from 255) = 31.38%

R = 52.69%
G = 15.93%
B = 31.38%

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

#E14486 (or 0xE14486) is known color: Deep Cerise. HEX triplet: E1, 44 and 86. RGB value is (225,68,134). Sum of RGB (Red+Green+Blue) = 225+68+134=427 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.69% from 427); Green value is 68 (26.95% from 255 or 15.93% from 427); Blue value is 134 (52.73% from 255 or 31.38% from 427); Max value from RGB is 225 - color contains mainly: red. Hex color #E14486 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14486 is #1EBB79. Grayscale: #7A7A7A. Windows color (decimal): -2014074 or 8799457. OLE color: 8799457.

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

Color convert

RGB 225 68 134 -
CMYK 0 0.70 0.40 0.12
HSL 334.78º 0.72% 0.57% -
HSV(B) 334.78º 0.7% 0.88% -
XYZ 37.42 21.86 24.8 -
YUV 122.47 134.51 201.13 -
System Red Green Blue C M Y K H S L
Decimal 225 68 134 0 0.70 0.40 0.12 334.78 0.72 0.57
Hex E1 44 86 0 46 28 C 14F 48 39
Octal 341 104 206 0 106 50 14 517 110 71
Binary 11100001 1000100 10000110 0 1000110 101000 1100 101001111 1001000 111001

Color Harmonies of #E14486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14486

Black with #E14486

Text Example


Text Example

White with #E14486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14486; }

 p { color: rgb(225,68,134); }

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

background-color css

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

 a { background-color: rgb(225,68,134); }

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

border-color css

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

 span { border-color: rgb(225,68,134); }

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