Html Css Color HEX #EC0782 Deep Pink

📋 copy color: '#EC0782'

red 236 ◦ green 7 ◦ blue 130

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

Shades of Deep Pink #EC0782

Tints of Deep Pink #EC0782

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.88%

 BLUE value IS 130 (51.17% from 255) = 34.85%

R = 63.27%
G = 1.88%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EC0782 (or 0xEC0782) is known color: Deep Pink. HEX triplet: EC, 07 and 82. RGB value is (236,7,130). Sum of RGB (Red+Green+Blue) = 236+7+130=373 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.27% from 373); Green value is 7 (3.12% from 255 or 1.88% from 373); Blue value is 130 (51.17% from 255 or 34.85% from 373); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0782 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0782 is #13F87D. Grayscale: #595959. Windows color (decimal): -1308798 or 8521708. OLE color: 8521708.

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

Color convert

RGB 236 7 130 -
CMYK 0 0.97 0.45 0.07
HSL 327.77º 0.94% 0.48% -
HSV(B) 327.77º 0.97% 0.93% -
XYZ 38.7 19.6 22.86 -
YUV 89.49 150.87 232.5 -
System Red Green Blue C M Y K H S L
Decimal 236 7 130 0 0.97 0.45 0.07 327.77 0.94 0.48
Hex EC 7 82 0 61 2D 7 148 5E 30
Octal 354 7 202 0 141 55 7 510 136 60
Binary 11101100 111 10000010 0 1100001 101101 111 101001000 1011110 110000

Color Harmonies of #EC0782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0782

Black with #EC0782

Text Example


Text Example

White with #EC0782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0782; }

 p { color: rgb(236,7,130); }

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

background-color css

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

 a { background-color: rgb(236,7,130); }

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

border-color css

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

 span { border-color: rgb(236,7,130); }

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