Html Css Color HEX #EA3679 Deep Cerise

📋 copy color: '#EA3679'

red 234 ◦ green 54 ◦ blue 121

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

Shades of Deep Cerise #EA3679

Tints of Deep Cerise #EA3679

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.2%

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

R = 57.21%
G = 13.2%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EA3679 (or 0xEA3679) is known color: Deep Cerise. HEX triplet: EA, 36 and 79. RGB value is (234,54,121). Sum of RGB (Red+Green+Blue) = 234+54+121=409 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.21% from 409); Green value is 54 (21.48% from 255 or 13.20% from 409); Blue value is 121 (47.66% from 255 or 29.58% from 409); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3679 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA3679 is #15C986. Grayscale: #737373. Windows color (decimal): -1427847 or 7943914. OLE color: 7943914.

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

Color convert

RGB 234 54 121 -
CMYK 0 0.77 0.48 0.08
HSL 337.67º 0.81% 0.56% -
HSV(B) 337.67º 0.77% 0.92% -
XYZ 38.7 21.51 20.2 -
YUV 115.46 131.13 212.55 -
System Red Green Blue C M Y K H S L
Decimal 234 54 121 0 0.77 0.48 0.08 337.67 0.81 0.56
Hex EA 36 79 0 4D 30 8 152 51 38
Octal 352 66 171 0 115 60 10 522 121 70
Binary 11101010 110110 1111001 0 1001101 110000 1000 101010010 1010001 111000

Color Harmonies of #EA3679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3679

Black with #EA3679

Text Example


Text Example

White with #EA3679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3679; }

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

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

background-color css

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

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

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

border-color css

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

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

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