Html Css Color HEX #EA3586 Deep Cerise

📋 copy color: '#EA3586'

red 234 ◦ green 53 ◦ blue 134

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

Shades of Deep Cerise #EA3586

Tints of Deep Cerise #EA3586

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.59%

 BLUE value IS 134 (52.73% from 255) = 31.83%

R = 55.58%
G = 12.59%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#EA3586 (or 0xEA3586) is known color: Deep Cerise. HEX triplet: EA, 35 and 86. RGB value is (234,53,134). Sum of RGB (Red+Green+Blue) = 234+53+134=421 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.58% from 421); Green value is 53 (21.09% from 255 or 12.59% from 421); Blue value is 134 (52.73% from 255 or 31.83% from 421); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3586 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA3586 is #15CA79. Grayscale: #747474. Windows color (decimal): -1428090 or 8795626. OLE color: 8795626.

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

Color convert

RGB 234 53 134 -
CMYK 0 0.77 0.43 0.08
HSL 333.15º 0.81% 0.56% -
HSV(B) 333.15º 0.77% 0.92% -
XYZ 39.51 21.76 24.67 -
YUV 116.35 137.97 211.91 -
System Red Green Blue C M Y K H S L
Decimal 234 53 134 0 0.77 0.43 0.08 333.15 0.81 0.56
Hex EA 35 86 0 4D 2B 8 14D 51 38
Octal 352 65 206 0 115 53 10 515 121 70
Binary 11101010 110101 10000110 0 1001101 101011 1000 101001101 1010001 111000

Color Harmonies of #EA3586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3586

Black with #EA3586

Text Example


Text Example

White with #EA3586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3586; }

 p { color: rgb(234,53,134); }

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

background-color css

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

 a { background-color: rgb(234,53,134); }

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

border-color css

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

 span { border-color: rgb(234,53,134); }

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