Html Css Color HEX #E1468C Deep Cerise

📋 copy color: '#E1468C'

red 225 ◦ green 70 ◦ blue 140

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

Shades of Deep Cerise #E1468C

Tints of Deep Cerise #E1468C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.09%

 BLUE value IS 140 (55.08% from 255) = 32.18%

R = 51.72%
G = 16.09%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E1468C (or 0xE1468C) is known color: Deep Cerise. HEX triplet: E1, 46 and 8C. RGB value is (225,70,140). Sum of RGB (Red+Green+Blue) = 225+70+140=435 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.72% from 435); Green value is 70 (27.73% from 255 or 16.09% from 435); Blue value is 140 (55.08% from 255 or 32.18% from 435); Max value from RGB is 225 - color contains mainly: red. Hex color #E1468C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1468C is #1EB973. Grayscale: #7C7C7C. Windows color (decimal): -2013556 or 9193185. OLE color: 9193185.

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

Color convert

RGB 225 70 140 -
CMYK 0 0.69 0.38 0.12
HSL 332.9º 0.72% 0.58% -
HSV(B) 332.9º 0.69% 0.88% -
XYZ 37.98 22.28 27.11 -
YUV 124.33 136.85 199.81 -
System Red Green Blue C M Y K H S L
Decimal 225 70 140 0 0.69 0.38 0.12 332.9 0.72 0.58
Hex E1 46 8C 0 45 26 C 14D 48 3A
Octal 341 106 214 0 105 46 14 515 110 72
Binary 11100001 1000110 10001100 0 1000101 100110 1100 101001101 1001000 111010

Color Harmonies of #E1468C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1468C

Black with #E1468C

Text Example


Text Example

White with #E1468C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1468C; }

 p { color: rgb(225,70,140); }

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

background-color css

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

 a { background-color: rgb(225,70,140); }

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

border-color css

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

 span { border-color: rgb(225,70,140); }

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