Html Css Color HEX #E1418A Deep Cerise

📋 copy color: '#E1418A'

red 225 ◦ green 65 ◦ blue 138

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

Shades of Deep Cerise #E1418A

Tints of Deep Cerise #E1418A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.19%

 BLUE value IS 138 (54.3% from 255) = 32.24%

R = 52.57%
G = 15.19%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.39

 K value IS 0.12

RGB Variations

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

Color information

#E1418A (or 0xE1418A) is known color: Deep Cerise. HEX triplet: E1, 41 and 8A. RGB value is (225,65,138). Sum of RGB (Red+Green+Blue) = 225+65+138=428 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.57% from 428); Green value is 65 (25.78% from 255 or 15.19% from 428); Blue value is 138 (54.30% from 255 or 32.24% from 428); Max value from RGB is 225 - color contains mainly: red. Hex color #E1418A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1418A is #1EBE75. Grayscale: #797979. Windows color (decimal): -2014838 or 9060833. OLE color: 9060833.

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

Color convert

RGB 225 65 138 -
CMYK 0 0.71 0.39 0.12
HSL 332.63º 0.73% 0.57% -
HSV(B) 332.63º 0.71% 0.88% -
XYZ 37.53 21.62 26.24 -
YUV 121.16 137.51 202.06 -
System Red Green Blue C M Y K H S L
Decimal 225 65 138 0 0.71 0.39 0.12 332.63 0.73 0.57
Hex E1 41 8A 0 47 27 C 14D 49 39
Octal 341 101 212 0 107 47 14 515 111 71
Binary 11100001 1000001 10001010 0 1000111 100111 1100 101001101 1001001 111001

Color Harmonies of #E1418A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1418A

Black with #E1418A

Text Example


Text Example

White with #E1418A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1418A; }

 p { color: rgb(225,65,138); }

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

background-color css

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

 a { background-color: rgb(225,65,138); }

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

border-color css

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

 span { border-color: rgb(225,65,138); }

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