Html Css Color HEX #E14384 Deep Cerise

📋 copy color: '#E14384'

red 225 ◦ green 67 ◦ blue 132

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

Shades of Deep Cerise #E14384

Tints of Deep Cerise #E14384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 31.13%

R = 53.07%
G = 15.8%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#E14384 (or 0xE14384) is known color: Deep Cerise. HEX triplet: E1, 43 and 84. RGB value is (225,67,132). Sum of RGB (Red+Green+Blue) = 225+67+132=424 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.07% from 424); Green value is 67 (26.56% from 255 or 15.80% from 424); Blue value is 132 (51.95% from 255 or 31.13% from 424); Max value from RGB is 225 - color contains mainly: red. Hex color #E14384 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14384 is #1EBC7B. Grayscale: #797979. Windows color (decimal): -2014332 or 8668129. OLE color: 8668129.

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

Color convert

RGB 225 67 132 -
CMYK 0 0.70 0.41 0.12
HSL 335.32º 0.72% 0.57% -
HSV(B) 335.32º 0.7% 0.88% -
XYZ 37.22 21.69 24.05 -
YUV 121.65 133.85 201.71 -
System Red Green Blue C M Y K H S L
Decimal 225 67 132 0 0.70 0.41 0.12 335.32 0.72 0.57
Hex E1 43 84 0 46 29 C 14F 48 39
Octal 341 103 204 0 106 51 14 517 110 71
Binary 11100001 1000011 10000100 0 1000110 101001 1100 101001111 1001000 111001

Color Harmonies of #E14384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14384

Black with #E14384

Text Example


Text Example

White with #E14384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14384; }

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

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

background-color css

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

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

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

border-color css

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

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

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