Html Css Color HEX #EA3886 Deep Cerise

📋 copy color: '#EA3886'

red 234 ◦ green 56 ◦ blue 134

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

Shades of Deep Cerise #EA3886

Tints of Deep Cerise #EA3886

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.21%

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

R = 55.19%
G = 13.21%
B = 31.6%

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

#EA3886 (or 0xEA3886) is known color: Deep Cerise. HEX triplet: EA, 38 and 86. RGB value is (234,56,134). Sum of RGB (Red+Green+Blue) = 234+56+134=424 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.19% from 424); Green value is 56 (22.27% from 255 or 13.21% from 424); Blue value is 134 (52.73% from 255 or 31.60% from 424); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3886 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA3886 is #15C779. Grayscale: #757575. Windows color (decimal): -1427322 or 8796394. OLE color: 8796394.

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

Color convert

RGB 234 56 134 -
CMYK 0 0.76 0.43 0.08
HSL 333.71º 0.81% 0.57% -
HSV(B) 333.71º 0.76% 0.92% -
XYZ 39.65 22.04 24.72 -
YUV 118.11 136.97 210.66 -
System Red Green Blue C M Y K H S L
Decimal 234 56 134 0 0.76 0.43 0.08 333.71 0.81 0.57
Hex EA 38 86 0 4C 2B 8 14E 51 39
Octal 352 70 206 0 114 53 10 516 121 71
Binary 11101010 111000 10000110 0 1001100 101011 1000 101001110 1010001 111001

Color Harmonies of #EA3886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3886

Black with #EA3886

Text Example


Text Example

White with #EA3886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3886; }

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

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

background-color css

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

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

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

border-color css

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

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

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