Html Css Color HEX #E1299B Deep Cerise

📋 copy color: '#E1299B'

red 225 ◦ green 41 ◦ blue 155

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

Shades of Deep Cerise #E1299B

Tints of Deep Cerise #E1299B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.74%

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

R = 53.44%
G = 9.74%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#E1299B (or 0xE1299B) is known color: Deep Cerise. HEX triplet: E1, 29 and 9B. RGB value is (225,41,155). Sum of RGB (Red+Green+Blue) = 225+41+155=421 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.44% from 421); Green value is 41 (16.41% from 255 or 9.74% from 421); Blue value is 155 (60.94% from 255 or 36.82% from 421); Max value from RGB is 225 - color contains mainly: red. Hex color #E1299B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1299B is #1ED664. Grayscale: #6C6C6C. Windows color (decimal): -2020965 or 10168801. OLE color: 10168801.

HSL color Cylindrical-coordinate representation of color #E1299B: hue angle of 322.83º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E1299B is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 41 155 -
CMYK 0 0.82 0.31 0.12
HSL 322.83º 0.75% 0.52% -
HSV(B) 322.83º 0.82% 0.88% -
XYZ 37.76 19.96 32.87 -
YUV 109.01 153.96 210.73 -
System Red Green Blue C M Y K H S L
Decimal 225 41 155 0 0.82 0.31 0.12 322.83 0.75 0.52
Hex E1 29 9B 0 52 1F C 143 4B 34
Octal 341 51 233 0 122 37 14 503 113 64
Binary 11100001 101001 10011011 0 1010010 11111 1100 101000011 1001011 110100

Color Harmonies of #E1299B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1299B

Black with #E1299B

Text Example


Text Example

White with #E1299B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1299B; }

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

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

background-color css

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

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

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

border-color css

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

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

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