Html Css Color HEX #EA297D Deep Cerise

📋 copy color: '#EA297D'

red 234 ◦ green 41 ◦ blue 125

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

Shades of Deep Cerise #EA297D

Tints of Deep Cerise #EA297D

RGB

 RED value IS 234 (91.8% from 255) = 58.5%

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

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

R = 58.5%
G = 10.25%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EA297D (or 0xEA297D) is known color: Deep Cerise. HEX triplet: EA, 29 and 7D. RGB value is (234,41,125). Sum of RGB (Red+Green+Blue) = 234+41+125=400 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.5% from 400); Green value is 41 (16.41% from 255 or 10.25% from 400); Blue value is 125 (49.22% from 255 or 31.25% from 400); Max value from RGB is 234 - color contains mainly: red. Hex color #EA297D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA297D is #15D682. Grayscale: #6C6C6C. Windows color (decimal): -1431171 or 8202730. OLE color: 8202730.

HSL color Cylindrical-coordinate representation of color #EA297D: hue angle of 333.89º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EA297D is Cyan = 0, Magento = 0.82, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 41 125 -
CMYK 0 0.82 0.47 0.08
HSL 333.89º 0.82% 0.54% -
HSV(B) 333.89º 0.82% 0.92% -
XYZ 38.43 20.56 21.35 -
YUV 108.28 137.44 217.67 -
System Red Green Blue C M Y K H S L
Decimal 234 41 125 0 0.82 0.47 0.08 333.89 0.82 0.54
Hex EA 29 7D 0 52 2F 8 14E 52 36
Octal 352 51 175 0 122 57 10 516 122 66
Binary 11101010 101001 1111101 0 1010010 101111 1000 101001110 1010010 110110

Color Harmonies of #EA297D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA297D

Black with #EA297D

Text Example


Text Example

White with #EA297D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA297D; }

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

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

background-color css

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

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

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

border-color css

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

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

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