Html Css Color HEX #EA3479 Deep Cerise

📋 copy color: '#EA3479'

red 234 ◦ green 52 ◦ blue 121

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

Shades of Deep Cerise #EA3479

Tints of Deep Cerise #EA3479

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.78%

 BLUE value IS 121 (47.66% from 255) = 29.73%

R = 57.49%
G = 12.78%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EA3479 (or 0xEA3479) is known color: Deep Cerise. HEX triplet: EA, 34 and 79. RGB value is (234,52,121). Sum of RGB (Red+Green+Blue) = 234+52+121=407 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.49% from 407); Green value is 52 (20.70% from 255 or 12.78% from 407); Blue value is 121 (47.66% from 255 or 29.73% from 407); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3479 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA3479 is #15CB86. Grayscale: #727272. Windows color (decimal): -1428359 or 7943402. OLE color: 7943402.

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

Color convert

RGB 234 52 121 -
CMYK 0 0.78 0.48 0.08
HSL 337.25º 0.81% 0.56% -
HSV(B) 337.25º 0.78% 0.92% -
XYZ 38.61 21.33 20.17 -
YUV 114.28 131.8 213.39 -
System Red Green Blue C M Y K H S L
Decimal 234 52 121 0 0.78 0.48 0.08 337.25 0.81 0.56
Hex EA 34 79 0 4E 30 8 151 51 38
Octal 352 64 171 0 116 60 10 521 121 70
Binary 11101010 110100 1111001 0 1001110 110000 1000 101010001 1010001 111000

Color Harmonies of #EA3479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3479

Black with #EA3479

Text Example


Text Example

White with #EA3479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3479; }

 p { color: rgb(234,52,121); }

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

background-color css

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

 a { background-color: rgb(234,52,121); }

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

border-color css

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

 span { border-color: rgb(234,52,121); }

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