Html Css Color HEX #EA2C86 Deep Cerise

📋 copy color: '#EA2C86'

red 234 ◦ green 44 ◦ blue 134

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

Shades of Deep Cerise #EA2C86

Tints of Deep Cerise #EA2C86

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.68%

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

R = 56.8%
G = 10.68%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#EA2C86 (or 0xEA2C86) is known color: Deep Cerise. HEX triplet: EA, 2C and 86. RGB value is (234,44,134). Sum of RGB (Red+Green+Blue) = 234+44+134=412 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.80% from 412); Green value is 44 (17.58% from 255 or 10.68% from 412); Blue value is 134 (52.73% from 255 or 32.52% from 412); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2C86 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2C86 is #15D379. Grayscale: #6E6E6E. Windows color (decimal): -1430394 or 8793322. OLE color: 8793322.

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

Color convert

RGB 234 44 134 -
CMYK 0 0.81 0.43 0.08
HSL 331.58º 0.82% 0.55% -
HSV(B) 331.58º 0.81% 0.92% -
XYZ 39.14 21.02 24.55 -
YUV 111.07 140.95 215.68 -
System Red Green Blue C M Y K H S L
Decimal 234 44 134 0 0.81 0.43 0.08 331.58 0.82 0.55
Hex EA 2C 86 0 51 2B 8 14C 52 37
Octal 352 54 206 0 121 53 10 514 122 67
Binary 11101010 101100 10000110 0 1010001 101011 1000 101001100 1010010 110111

Color Harmonies of #EA2C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2C86

Black with #EA2C86

Text Example


Text Example

White with #EA2C86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2C86; }

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

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

background-color css

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

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

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

border-color css

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

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

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