Html Css Color HEX #EA3986 Deep Cerise

📋 copy color: '#EA3986'

red 234 ◦ green 57 ◦ blue 134

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

Shades of Deep Cerise #EA3986

Tints of Deep Cerise #EA3986

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.41%

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

R = 55.06%
G = 13.41%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#EA3986 (or 0xEA3986) is known color: Deep Cerise. HEX triplet: EA, 39 and 86. RGB value is (234,57,134). Sum of RGB (Red+Green+Blue) = 234+57+134=425 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.06% from 425); Green value is 57 (22.66% from 255 or 13.41% from 425); Blue value is 134 (52.73% from 255 or 31.53% from 425); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3986 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA3986 is #15C679. Grayscale: #767676. Windows color (decimal): -1427066 or 8796650. OLE color: 8796650.

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

Color convert

RGB 234 57 134 -
CMYK 0 0.76 0.43 0.08
HSL 333.9º 0.81% 0.57% -
HSV(B) 333.9º 0.76% 0.92% -
XYZ 39.7 22.14 24.74 -
YUV 118.7 136.64 210.24 -
System Red Green Blue C M Y K H S L
Decimal 234 57 134 0 0.76 0.43 0.08 333.9 0.81 0.57
Hex EA 39 86 0 4C 2B 8 14E 51 39
Octal 352 71 206 0 114 53 10 516 121 71
Binary 11101010 111001 10000110 0 1001100 101011 1000 101001110 1010001 111001

Color Harmonies of #EA3986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3986

Black with #EA3986

Text Example


Text Example

White with #EA3986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3986; }

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

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

background-color css

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

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

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

border-color css

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

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

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