Html Css Color HEX #EC2589 Deep Cerise

📋 copy color: '#EC2589'

red 236 ◦ green 37 ◦ blue 137

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

Shades of Deep Cerise #EC2589

Tints of Deep Cerise #EC2589

RGB

 RED value IS 236 (92.58% from 255) = 57.56%

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

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

R = 57.56%
G = 9.02%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EC2589 (or 0xEC2589) is known color: Deep Cerise. HEX triplet: EC, 25 and 89. RGB value is (236,37,137). Sum of RGB (Red+Green+Blue) = 236+37+137=410 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.56% from 410); Green value is 37 (14.84% from 255 or 9.02% from 410); Blue value is 137 (53.91% from 255 or 33.41% from 410); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2589 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2589 is #13DA76. Grayscale: #6B6B6B. Windows color (decimal): -1301111 or 8988140. OLE color: 8988140.

HSL color Cylindrical-coordinate representation of color #EC2589: hue angle of 329.85º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EC2589 is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 37 137 -
CMYK 0 0.84 0.42 0.07
HSL 329.85º 0.84% 0.54% -
HSV(B) 329.85º 0.84% 0.93% -
XYZ 39.77 20.96 25.62 -
YUV 107.9 144.43 219.37 -
System Red Green Blue C M Y K H S L
Decimal 236 37 137 0 0.84 0.42 0.07 329.85 0.84 0.54
Hex EC 25 89 0 54 2A 7 14A 54 36
Octal 354 45 211 0 124 52 7 512 124 66
Binary 11101100 100101 10001001 0 1010100 101010 111 101001010 1010100 110110

Color Harmonies of #EC2589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2589

Black with #EC2589

Text Example


Text Example

White with #EC2589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2589; }

 p { color: rgb(236,37,137); }

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

background-color css

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

 a { background-color: rgb(236,37,137); }

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

border-color css

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

 span { border-color: rgb(236,37,137); }

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