Html Css Color HEX #EA2087 Deep Cerise

📋 copy color: '#EA2087'

red 234 ◦ green 32 ◦ blue 135

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

Shades of Deep Cerise #EA2087

Tints of Deep Cerise #EA2087

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.98%

 BLUE value IS 135 (53.13% from 255) = 33.67%

R = 58.35%
G = 7.98%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.42

 K value IS 0.08

RGB Variations

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

Color information

#EA2087 (or 0xEA2087) is known color: Deep Cerise. HEX triplet: EA, 20 and 87. RGB value is (234,32,135). Sum of RGB (Red+Green+Blue) = 234+32+135=401 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.35% from 401); Green value is 32 (12.89% from 255 or 7.98% from 401); Blue value is 135 (53.12% from 255 or 33.67% from 401); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2087 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2087 is #15DF78. Grayscale: #676767. Windows color (decimal): -1433465 or 8855786. OLE color: 8855786.

HSL color Cylindrical-coordinate representation of color #EA2087: hue angle of 329.41º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EA2087 is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 32 135 -
CMYK 0 0.86 0.42 0.08
HSL 329.41º 0.83% 0.52% -
HSV(B) 329.41º 0.86% 0.92% -
XYZ 38.82 20.27 24.79 -
YUV 104.14 145.42 220.62 -
System Red Green Blue C M Y K H S L
Decimal 234 32 135 0 0.86 0.42 0.08 329.41 0.83 0.52
Hex EA 20 87 0 56 2A 8 149 53 34
Octal 352 40 207 0 126 52 10 511 123 64
Binary 11101010 100000 10000111 0 1010110 101010 1000 101001001 1010011 110100

Color Harmonies of #EA2087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2087

Black with #EA2087

Text Example


Text Example

White with #EA2087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2087; }

 p { color: rgb(234,32,135); }

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

background-color css

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

 a { background-color: rgb(234,32,135); }

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

border-color css

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

 span { border-color: rgb(234,32,135); }

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