Html Css Color HEX #E5297D Deep Cerise

📋 copy color: '#E5297D'

red 229 ◦ green 41 ◦ blue 125

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

Shades of Deep Cerise #E5297D

Tints of Deep Cerise #E5297D

RGB

 RED value IS 229 (89.84% from 255) = 57.97%

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

 BLUE value IS 125 (49.22% from 255) = 31.65%

R = 57.97%
G = 10.38%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#E5297D (or 0xE5297D) is known color: Deep Cerise. HEX triplet: E5, 29 and 7D. RGB value is (229,41,125). Sum of RGB (Red+Green+Blue) = 229+41+125=395 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.97% from 395); Green value is 41 (16.41% from 255 or 10.38% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 229 - color contains mainly: red. Hex color #E5297D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5297D is #1AD682. Grayscale: #6A6A6A. Windows color (decimal): -1758851 or 8202725. OLE color: 8202725.

HSL color Cylindrical-coordinate representation of color #E5297D: hue angle of 333.19º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E5297D is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 41 125 -
CMYK 0 0.82 0.45 0.10
HSL 333.19º 0.78% 0.53% -
HSV(B) 333.19º 0.82% 0.9% -
XYZ 36.81 19.72 21.27 -
YUV 106.79 138.28 215.17 -
System Red Green Blue C M Y K H S L
Decimal 229 41 125 0 0.82 0.45 0.10 333.19 0.78 0.53
Hex E5 29 7D 0 52 2D A 14D 4E 35
Octal 345 51 175 0 122 55 12 515 116 65
Binary 11100101 101001 1111101 0 1010010 101101 1010 101001101 1001110 110101

Color Harmonies of #E5297D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5297D

Black with #E5297D

Text Example


Text Example

White with #E5297D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5297D; }

 p { color: rgb(229,41,125); }

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

background-color css

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

 a { background-color: rgb(229,41,125); }

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

border-color css

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

 span { border-color: rgb(229,41,125); }

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