Html Css Color HEX #EA2D80 Deep Cerise

📋 copy color: '#EA2D80'

red 234 ◦ green 45 ◦ blue 128

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

Shades of Deep Cerise #EA2D80

Tints of Deep Cerise #EA2D80

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.06%

 BLUE value IS 128 (50.39% from 255) = 31.45%

R = 57.49%
G = 11.06%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EA2D80 (or 0xEA2D80) is known color: Deep Cerise. HEX triplet: EA, 2D and 80. RGB value is (234,45,128). Sum of RGB (Red+Green+Blue) = 234+45+128=407 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.49% from 407); Green value is 45 (17.97% from 255 or 11.06% from 407); Blue value is 128 (50.39% from 255 or 31.45% from 407); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2D80 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2D80 is #15D27F. Grayscale: #6E6E6E. Windows color (decimal): -1430144 or 8400362. OLE color: 8400362.

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

Color convert

RGB 234 45 128 -
CMYK 0 0.81 0.45 0.08
HSL 333.65º 0.82% 0.55% -
HSV(B) 333.65º 0.81% 0.92% -
XYZ 38.77 20.93 22.42 -
YUV 110.97 137.62 215.75 -
System Red Green Blue C M Y K H S L
Decimal 234 45 128 0 0.81 0.45 0.08 333.65 0.82 0.55
Hex EA 2D 80 0 51 2D 8 14E 52 37
Octal 352 55 200 0 121 55 10 516 122 67
Binary 11101010 101101 10000000 0 1010001 101101 1000 101001110 1010010 110111

Color Harmonies of #EA2D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2D80

Black with #EA2D80

Text Example


Text Example

White with #EA2D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2D80; }

 p { color: rgb(234,45,128); }

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

background-color css

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

 a { background-color: rgb(234,45,128); }

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

border-color css

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

 span { border-color: rgb(234,45,128); }

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