Html Css Color HEX #E1469C Deep Cerise

📋 copy color: '#E1469C'

red 225 ◦ green 70 ◦ blue 156

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

Shades of Deep Cerise #E1469C

Tints of Deep Cerise #E1469C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 34.59%

R = 49.89%
G = 15.52%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#E1469C (or 0xE1469C) is known color: Deep Cerise. HEX triplet: E1, 46 and 9C. RGB value is (225,70,156). Sum of RGB (Red+Green+Blue) = 225+70+156=451 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.89% from 451); Green value is 70 (27.73% from 255 or 15.52% from 451); Blue value is 156 (61.33% from 255 or 34.59% from 451); Max value from RGB is 225 - color contains mainly: red. Hex color #E1469C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1469C is #1EB963. Grayscale: #7D7D7D. Windows color (decimal): -2013540 or 10241761. OLE color: 10241761.

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

Color convert

RGB 225 70 156 -
CMYK 0 0.69 0.31 0.12
HSL 326.71º 0.72% 0.58% -
HSV(B) 326.71º 0.69% 0.88% -
XYZ 39.24 22.79 33.78 -
YUV 126.15 144.85 198.51 -
System Red Green Blue C M Y K H S L
Decimal 225 70 156 0 0.69 0.31 0.12 326.71 0.72 0.58
Hex E1 46 9C 0 45 1F C 147 48 3A
Octal 341 106 234 0 105 37 14 507 110 72
Binary 11100001 1000110 10011100 0 1000101 11111 1100 101000111 1001000 111010

Color Harmonies of #E1469C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1469C

Black with #E1469C

Text Example


Text Example

White with #E1469C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1469C; }

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

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

background-color css

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

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

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

border-color css

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

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

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