Html Css Color HEX #EC0583 Deep Pink

📋 copy color: '#EC0583'

red 236 ◦ green 5 ◦ blue 131

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

Shades of Deep Pink #EC0583

Tints of Deep Pink #EC0583

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.34%

 BLUE value IS 131 (51.56% from 255) = 35.22%

R = 63.44%
G = 1.34%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EC0583 (or 0xEC0583) is known color: Deep Pink. HEX triplet: EC, 05 and 83. RGB value is (236,5,131). Sum of RGB (Red+Green+Blue) = 236+5+131=372 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.44% from 372); Green value is 5 (2.34% from 255 or 1.34% from 372); Blue value is 131 (51.56% from 255 or 35.22% from 372); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0583 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0583 is #13FA7C. Grayscale: #585858. Windows color (decimal): -1309309 or 8586732. OLE color: 8586732.

HSL color Cylindrical-coordinate representation of color #EC0583: hue angle of 327.27º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC0583 is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 5 131 -
CMYK 0 0.98 0.44 0.07
HSL 327.27º 0.96% 0.47% -
HSV(B) 327.27º 0.98% 0.93% -
XYZ 38.74 19.58 23.21 -
YUV 88.43 152.03 233.25 -
System Red Green Blue C M Y K H S L
Decimal 236 5 131 0 0.98 0.44 0.07 327.27 0.96 0.47
Hex EC 5 83 0 62 2C 7 147 60 2F
Octal 354 5 203 0 142 54 7 507 140 57
Binary 11101100 101 10000011 0 1100010 101100 111 101000111 1100000 101111

Color Harmonies of #EC0583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0583

Black with #EC0583

Text Example


Text Example

White with #EC0583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0583; }

 p { color: rgb(236,5,131); }

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

background-color css

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

 a { background-color: rgb(236,5,131); }

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

border-color css

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

 span { border-color: rgb(236,5,131); }

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