Html Css Color HEX #EA2686 Deep Cerise

📋 copy color: '#EA2686'

red 234 ◦ green 38 ◦ blue 134

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

Shades of Deep Cerise #EA2686

Tints of Deep Cerise #EA2686

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.36%

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

R = 57.64%
G = 9.36%
B = 33%

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

#EA2686 (or 0xEA2686) is known color: Deep Cerise. HEX triplet: EA, 26 and 86. RGB value is (234,38,134). Sum of RGB (Red+Green+Blue) = 234+38+134=406 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.64% from 406); Green value is 38 (15.23% from 255 or 9.36% from 406); Blue value is 134 (52.73% from 255 or 33.00% from 406); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2686 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2686 is #15D979. Grayscale: #6B6B6B. Windows color (decimal): -1431930 or 8791786. OLE color: 8791786.

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

Color convert

RGB 234 38 134 -
CMYK 0 0.84 0.43 0.08
HSL 330.61º 0.82% 0.53% -
HSV(B) 330.61º 0.84% 0.92% -
XYZ 38.93 20.6 24.48 -
YUV 107.55 142.93 218.19 -
System Red Green Blue C M Y K H S L
Decimal 234 38 134 0 0.84 0.43 0.08 330.61 0.82 0.53
Hex EA 26 86 0 54 2B 8 14B 52 35
Octal 352 46 206 0 124 53 10 513 122 65
Binary 11101010 100110 10000110 0 1010100 101011 1000 101001011 1010010 110101

Color Harmonies of #EA2686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2686

Black with #EA2686

Text Example


Text Example

White with #EA2686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2686; }

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

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

background-color css

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

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

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

border-color css

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

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

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