Html Css Color HEX #E14592 Deep Cerise

📋 copy color: '#E14592'

red 225 ◦ green 69 ◦ blue 146

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

Shades of Deep Cerise #E14592

Tints of Deep Cerise #E14592

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.68%

 BLUE value IS 146 (57.42% from 255) = 33.18%

R = 51.14%
G = 15.68%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#E14592 (or 0xE14592) is known color: Deep Cerise. HEX triplet: E1, 45 and 92. RGB value is (225,69,146). Sum of RGB (Red+Green+Blue) = 225+69+146=440 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.14% from 440); Green value is 69 (27.34% from 255 or 15.68% from 440); Blue value is 146 (57.42% from 255 or 33.18% from 440); Max value from RGB is 225 - color contains mainly: red. Hex color #E14592 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14592 is #1EBA6D. Grayscale: #7C7C7C. Windows color (decimal): -2013806 or 9586145. OLE color: 9586145.

HSL color Cylindrical-coordinate representation of color #E14592: hue angle of 330.38º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E14592 is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 69 146 -
CMYK 0 0.69 0.35 0.12
HSL 330.38º 0.72% 0.58% -
HSV(B) 330.38º 0.69% 0.88% -
XYZ 38.37 22.34 29.48 -
YUV 124.42 140.18 199.74 -
System Red Green Blue C M Y K H S L
Decimal 225 69 146 0 0.69 0.35 0.12 330.38 0.72 0.58
Hex E1 45 92 0 45 23 C 14A 48 3A
Octal 341 105 222 0 105 43 14 512 110 72
Binary 11100001 1000101 10010010 0 1000101 100011 1100 101001010 1001000 111010

Color Harmonies of #E14592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14592

Black with #E14592

Text Example


Text Example

White with #E14592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14592; }

 p { color: rgb(225,69,146); }

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

background-color css

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

 a { background-color: rgb(225,69,146); }

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

border-color css

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

 span { border-color: rgb(225,69,146); }

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