Html Css Color HEX #E14293 Deep Cerise

📋 copy color: '#E14293'

red 225 ◦ green 66 ◦ blue 147

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

Shades of Deep Cerise #E14293

Tints of Deep Cerise #E14293

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.07%

 BLUE value IS 147 (57.81% from 255) = 33.56%

R = 51.37%
G = 15.07%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#E14293 (or 0xE14293) is known color: Deep Cerise. HEX triplet: E1, 42 and 93. RGB value is (225,66,147). Sum of RGB (Red+Green+Blue) = 225+66+147=438 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.37% from 438); Green value is 66 (26.17% from 255 or 15.07% from 438); Blue value is 147 (57.81% from 255 or 33.56% from 438); Max value from RGB is 225 - color contains mainly: red. Hex color #E14293 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14293 is #1EBD6C. Grayscale: #7A7A7A. Windows color (decimal): -2014573 or 9650913. OLE color: 9650913.

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

Color convert

RGB 225 66 147 -
CMYK 0 0.71 0.35 0.12
HSL 329.43º 0.73% 0.57% -
HSV(B) 329.43º 0.71% 0.88% -
XYZ 38.27 22.01 29.84 -
YUV 122.78 141.68 200.91 -
System Red Green Blue C M Y K H S L
Decimal 225 66 147 0 0.71 0.35 0.12 329.43 0.73 0.57
Hex E1 42 93 0 47 23 C 149 49 39
Octal 341 102 223 0 107 43 14 511 111 71
Binary 11100001 1000010 10010011 0 1000111 100011 1100 101001001 1001001 111001

Color Harmonies of #E14293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14293

Black with #E14293

Text Example


Text Example

White with #E14293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14293; }

 p { color: rgb(225,66,147); }

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

background-color css

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

 a { background-color: rgb(225,66,147); }

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

border-color css

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

 span { border-color: rgb(225,66,147); }

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