Html Css Color HEX #EA3486 Deep Cerise

📋 copy color: '#EA3486'

red 234 ◦ green 52 ◦ blue 134

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

Shades of Deep Cerise #EA3486

Tints of Deep Cerise #EA3486

RGB

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

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

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

R = 55.71%
G = 12.38%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#EA3486 (or 0xEA3486) is known color: Deep Cerise. HEX triplet: EA, 34 and 86. RGB value is (234,52,134). Sum of RGB (Red+Green+Blue) = 234+52+134=420 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.71% from 420); Green value is 52 (20.70% from 255 or 12.38% from 420); Blue value is 134 (52.73% from 255 or 31.90% from 420); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3486 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA3486 is #15CB79. Grayscale: #737373. Windows color (decimal): -1428346 or 8795370. OLE color: 8795370.

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

Color convert

RGB 234 52 134 -
CMYK 0 0.78 0.43 0.08
HSL 332.97º 0.81% 0.56% -
HSV(B) 332.97º 0.78% 0.92% -
XYZ 39.46 21.67 24.66 -
YUV 115.77 138.3 212.33 -
System Red Green Blue C M Y K H S L
Decimal 234 52 134 0 0.78 0.43 0.08 332.97 0.81 0.56
Hex EA 34 86 0 4E 2B 8 14D 51 38
Octal 352 64 206 0 116 53 10 515 121 70
Binary 11101010 110100 10000110 0 1001110 101011 1000 101001101 1010001 111000

Color Harmonies of #EA3486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3486

Black with #EA3486

Text Example


Text Example

White with #EA3486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3486; }

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

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

background-color css

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

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

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

border-color css

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

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

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