Html Css Color HEX #EA2689 Deep Cerise

📋 copy color: '#EA2689'

red 234 ◦ green 38 ◦ blue 137

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

Shades of Deep Cerise #EA2689

Tints of Deep Cerise #EA2689

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 33.5%

R = 57.21%
G = 9.29%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EA2689 (or 0xEA2689) is known color: Deep Cerise. HEX triplet: EA, 26 and 89. RGB value is (234,38,137). Sum of RGB (Red+Green+Blue) = 234+38+137=409 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.21% from 409); Green value is 38 (15.23% from 255 or 9.29% from 409); Blue value is 137 (53.91% from 255 or 33.50% from 409); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2689 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2689 is #15D976. Grayscale: #6B6B6B. Windows color (decimal): -1431927 or 8988394. OLE color: 8988394.

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

Color convert

RGB 234 38 137 -
CMYK 0 0.84 0.41 0.08
HSL 329.69º 0.82% 0.53% -
HSV(B) 329.69º 0.84% 0.92% -
XYZ 39.14 20.68 25.6 -
YUV 107.89 144.43 217.95 -
System Red Green Blue C M Y K H S L
Decimal 234 38 137 0 0.84 0.41 0.08 329.69 0.82 0.53
Hex EA 26 89 0 54 29 8 14A 52 35
Octal 352 46 211 0 124 51 10 512 122 65
Binary 11101010 100110 10001001 0 1010100 101001 1000 101001010 1010010 110101

Color Harmonies of #EA2689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2689

Black with #EA2689

Text Example


Text Example

White with #EA2689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2689; }

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

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

background-color css

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

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

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

border-color css

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

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

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