Html Css Color HEX #EA2586 Deep Cerise

📋 copy color: '#EA2586'

red 234 ◦ green 37 ◦ blue 134

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

Shades of Deep Cerise #EA2586

Tints of Deep Cerise #EA2586

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.14%

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

R = 57.78%
G = 9.14%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#EA2586 (or 0xEA2586) is known color: Deep Cerise. HEX triplet: EA, 25 and 86. RGB value is (234,37,134). Sum of RGB (Red+Green+Blue) = 234+37+134=405 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.78% from 405); Green value is 37 (14.84% from 255 or 9.14% from 405); Blue value is 134 (52.73% from 255 or 33.09% from 405); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2586 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2586 is #15DA79. Grayscale: #6A6A6A. Windows color (decimal): -1432186 or 8791530. OLE color: 8791530.

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

Color convert

RGB 234 37 134 -
CMYK 0 0.84 0.43 0.08
HSL 330.46º 0.82% 0.53% -
HSV(B) 330.46º 0.84% 0.92% -
XYZ 38.9 20.54 24.47 -
YUV 106.96 143.27 218.61 -
System Red Green Blue C M Y K H S L
Decimal 234 37 134 0 0.84 0.43 0.08 330.46 0.82 0.53
Hex EA 25 86 0 54 2B 8 14A 52 35
Octal 352 45 206 0 124 53 10 512 122 65
Binary 11101010 100101 10000110 0 1010100 101011 1000 101001010 1010010 110101

Color Harmonies of #EA2586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2586

Black with #EA2586

Text Example


Text Example

White with #EA2586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2586; }

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

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

background-color css

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

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

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

border-color css

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

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

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