Html Css Color HEX #E1469B Deep Cerise

📋 copy color: '#E1469B'

red 225 ◦ green 70 ◦ blue 155

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

Shades of Deep Cerise #E1469B

Tints of Deep Cerise #E1469B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 34.44%

R = 50%
G = 15.56%
B = 34.44%

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

#E1469B (or 0xE1469B) is known color: Deep Cerise. HEX triplet: E1, 46 and 9B. RGB value is (225,70,155). Sum of RGB (Red+Green+Blue) = 225+70+155=450 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50% from 450); Green value is 70 (27.73% from 255 or 15.56% from 450); Blue value is 155 (60.94% from 255 or 34.44% from 450); Max value from RGB is 225 - color contains mainly: red. Hex color #E1469B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1469B is #1EB964. Grayscale: #7D7D7D. Windows color (decimal): -2013541 or 10176225. OLE color: 10176225.

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

Color convert

RGB 225 70 155 -
CMYK 0 0.69 0.31 0.12
HSL 327.1º 0.72% 0.58% -
HSV(B) 327.1º 0.69% 0.88% -
XYZ 39.16 22.75 33.34 -
YUV 126.04 144.35 198.59 -
System Red Green Blue C M Y K H S L
Decimal 225 70 155 0 0.69 0.31 0.12 327.1 0.72 0.58
Hex E1 46 9B 0 45 1F C 147 48 3A
Octal 341 106 233 0 105 37 14 507 110 72
Binary 11100001 1000110 10011011 0 1000101 11111 1100 101000111 1001000 111010

Color Harmonies of #E1469B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1469B

Black with #E1469B

Text Example


Text Example

White with #E1469B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1469B; }

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

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

background-color css

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

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

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

border-color css

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

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

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