Html Css Color HEX #E1299E Deep Cerise

📋 copy color: '#E1299E'

red 225 ◦ green 41 ◦ blue 158

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

Shades of Deep Cerise #E1299E

Tints of Deep Cerise #E1299E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 37.26%

R = 53.07%
G = 9.67%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.30

 K value IS 0.12

RGB Variations

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

Color information

#E1299E (or 0xE1299E) is known color: Deep Cerise. HEX triplet: E1, 29 and 9E. RGB value is (225,41,158). Sum of RGB (Red+Green+Blue) = 225+41+158=424 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.07% from 424); Green value is 41 (16.41% from 255 or 9.67% from 424); Blue value is 158 (62.11% from 255 or 37.26% from 424); Max value from RGB is 225 - color contains mainly: red. Hex color #E1299E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1299E is #1ED661. Grayscale: #6D6D6D. Windows color (decimal): -2020962 or 10365409. OLE color: 10365409.

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

Color convert

RGB 225 41 158 -
CMYK 0 0.82 0.30 0.12
HSL 321.85º 0.75% 0.52% -
HSV(B) 321.85º 0.82% 0.88% -
XYZ 38.02 20.06 34.22 -
YUV 109.35 155.46 210.49 -
System Red Green Blue C M Y K H S L
Decimal 225 41 158 0 0.82 0.30 0.12 321.85 0.75 0.52
Hex E1 29 9E 0 52 1E C 142 4B 34
Octal 341 51 236 0 122 36 14 502 113 64
Binary 11100001 101001 10011110 0 1010010 11110 1100 101000010 1001011 110100

Color Harmonies of #E1299E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1299E

Black with #E1299E

Text Example


Text Example

White with #E1299E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1299E; }

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

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

background-color css

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

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

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

border-color css

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

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

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