Html Css Color HEX #EC2581 Deep Cerise

📋 copy color: '#EC2581'

red 236 ◦ green 37 ◦ blue 129

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

Shades of Deep Cerise #EC2581

Tints of Deep Cerise #EC2581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 32.09%

R = 58.71%
G = 9.2%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EC2581 (or 0xEC2581) is known color: Deep Cerise. HEX triplet: EC, 25 and 81. RGB value is (236,37,129). Sum of RGB (Red+Green+Blue) = 236+37+129=402 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.71% from 402); Green value is 37 (14.84% from 255 or 9.20% from 402); Blue value is 129 (50.78% from 255 or 32.09% from 402); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2581 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2581 is #13DA7E. Grayscale: #6A6A6A. Windows color (decimal): -1301119 or 8463852. OLE color: 8463852.

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

Color convert

RGB 236 37 129 -
CMYK 0 0.84 0.45 0.07
HSL 332.26º 0.84% 0.54% -
HSV(B) 332.26º 0.84% 0.93% -
XYZ 39.22 20.74 22.71 -
YUV 106.99 140.43 220.02 -
System Red Green Blue C M Y K H S L
Decimal 236 37 129 0 0.84 0.45 0.07 332.26 0.84 0.54
Hex EC 25 81 0 54 2D 7 14C 54 36
Octal 354 45 201 0 124 55 7 514 124 66
Binary 11101100 100101 10000001 0 1010100 101101 111 101001100 1010100 110110

Color Harmonies of #EC2581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2581

Black with #EC2581

Text Example


Text Example

White with #EC2581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2581; }

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

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

background-color css

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

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

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

border-color css

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

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

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