Html Css Color HEX #E5297A Deep Cerise

📋 copy color: '#E5297A'

red 229 ◦ green 41 ◦ blue 122

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

Shades of Deep Cerise #E5297A

Tints of Deep Cerise #E5297A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.12%

R = 58.42%
G = 10.46%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E5297A (or 0xE5297A) is known color: Deep Cerise. HEX triplet: E5, 29 and 7A. RGB value is (229,41,122). Sum of RGB (Red+Green+Blue) = 229+41+122=392 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.42% from 392); Green value is 41 (16.41% from 255 or 10.46% from 392); Blue value is 122 (48.05% from 255 or 31.12% from 392); Max value from RGB is 229 - color contains mainly: red. Hex color #E5297A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5297A is #1AD685. Grayscale: #6A6A6A. Windows color (decimal): -1758854 or 8006117. OLE color: 8006117.

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

Color convert

RGB 229 41 122 -
CMYK 0 0.82 0.47 0.10
HSL 334.15º 0.78% 0.53% -
HSV(B) 334.15º 0.82% 0.9% -
XYZ 36.62 19.65 20.27 -
YUV 106.45 136.78 215.41 -
System Red Green Blue C M Y K H S L
Decimal 229 41 122 0 0.82 0.47 0.10 334.15 0.78 0.53
Hex E5 29 7A 0 52 2F A 14E 4E 35
Octal 345 51 172 0 122 57 12 516 116 65
Binary 11100101 101001 1111010 0 1010010 101111 1010 101001110 1001110 110101

Color Harmonies of #E5297A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5297A

Black with #E5297A

Text Example


Text Example

White with #E5297A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5297A; }

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

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

background-color css

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

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

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

border-color css

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

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

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