Html Css Color HEX #EA2D90 Deep Cerise

📋 copy color: '#EA2D90'

red 234 ◦ green 45 ◦ blue 144

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

Shades of Deep Cerise #EA2D90

Tints of Deep Cerise #EA2D90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 34.04%

R = 55.32%
G = 10.64%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EA2D90 (or 0xEA2D90) is known color: Deep Cerise. HEX triplet: EA, 2D and 90. RGB value is (234,45,144). Sum of RGB (Red+Green+Blue) = 234+45+144=423 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.32% from 423); Green value is 45 (17.97% from 255 or 10.64% from 423); Blue value is 144 (56.64% from 255 or 34.04% from 423); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2D90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2D90 is #15D26F. Grayscale: #707070. Windows color (decimal): -1430128 or 9448938. OLE color: 9448938.

HSL color Cylindrical-coordinate representation of color #EA2D90: hue angle of 328.57º 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 #EA2D90 is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 45 144 -
CMYK 0 0.81 0.38 0.08
HSL 328.57º 0.82% 0.55% -
HSV(B) 328.57º 0.81% 0.92% -
XYZ 39.9 21.38 28.41 -
YUV 112.8 145.62 214.45 -
System Red Green Blue C M Y K H S L
Decimal 234 45 144 0 0.81 0.38 0.08 328.57 0.82 0.55
Hex EA 2D 90 0 51 26 8 149 52 37
Octal 352 55 220 0 121 46 10 511 122 67
Binary 11101010 101101 10010000 0 1010001 100110 1000 101001001 1010010 110111

Color Harmonies of #EA2D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2D90

Black with #EA2D90

Text Example


Text Example

White with #EA2D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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