Html Css Color HEX #EC0683 Deep Pink

📋 copy color: '#EC0683'

red 236 ◦ green 6 ◦ blue 131

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

Shades of Deep Pink #EC0683

Tints of Deep Pink #EC0683

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.61%

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

R = 63.27%
G = 1.61%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EC0683 (or 0xEC0683) is known color: Deep Pink. HEX triplet: EC, 06 and 83. RGB value is (236,6,131). Sum of RGB (Red+Green+Blue) = 236+6+131=373 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.27% from 373); Green value is 6 (2.73% from 255 or 1.61% from 373); Blue value is 131 (51.56% from 255 or 35.12% from 373); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0683 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0683 is #13F97C. Grayscale: #585858. Windows color (decimal): -1309053 or 8586988. OLE color: 8586988.

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

Color convert

RGB 236 6 131 -
CMYK 0 0.97 0.44 0.07
HSL 327.39º 0.95% 0.47% -
HSV(B) 327.39º 0.97% 0.93% -
XYZ 38.75 19.6 23.21 -
YUV 89.02 151.7 232.84 -
System Red Green Blue C M Y K H S L
Decimal 236 6 131 0 0.97 0.44 0.07 327.39 0.95 0.47
Hex EC 6 83 0 61 2C 7 147 5F 2F
Octal 354 6 203 0 141 54 7 507 137 57
Binary 11101100 110 10000011 0 1100001 101100 111 101000111 1011111 101111

Color Harmonies of #EC0683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0683

Black with #EC0683

Text Example


Text Example

White with #EC0683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0683; }

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

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

background-color css

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

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

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

border-color css

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

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

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