Html Css Color HEX #E14085 Deep Cerise

📋 copy color: '#E14085'

red 225 ◦ green 64 ◦ blue 133

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

Shades of Deep Cerise #E14085

Tints of Deep Cerise #E14085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 31.52%

R = 53.32%
G = 15.17%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#E14085 (or 0xE14085) is known color: Deep Cerise. HEX triplet: E1, 40 and 85. RGB value is (225,64,133). Sum of RGB (Red+Green+Blue) = 225+64+133=422 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.32% from 422); Green value is 64 (25.39% from 255 or 15.17% from 422); Blue value is 133 (52.34% from 255 or 31.52% from 422); Max value from RGB is 225 - color contains mainly: red. Hex color #E14085 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14085 is #1EBF7A. Grayscale: #777777. Windows color (decimal): -2015099 or 8732897. OLE color: 8732897.

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

Color convert

RGB 225 64 133 -
CMYK 0 0.72 0.41 0.12
HSL 334.29º 0.73% 0.57% -
HSV(B) 334.29º 0.72% 0.88% -
XYZ 37.12 21.37 24.36 -
YUV 120.01 135.34 202.89 -
System Red Green Blue C M Y K H S L
Decimal 225 64 133 0 0.72 0.41 0.12 334.29 0.73 0.57
Hex E1 40 85 0 48 29 C 14E 49 39
Octal 341 100 205 0 110 51 14 516 111 71
Binary 11100001 1000000 10000101 0 1001000 101001 1100 101001110 1001001 111001

Color Harmonies of #E14085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14085

Black with #E14085

Text Example


Text Example

White with #E14085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14085; }

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

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

background-color css

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

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

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

border-color css

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

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

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