Html Css Color HEX #EC0082 Deep Pink

📋 copy color: '#EC0082'

red 236 ◦ green 0 ◦ blue 130

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

Shades of Deep Pink #EC0082

Tints of Deep Pink #EC0082

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 64.48%
G = 0%
B = 35.52%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EC0082 (or 0xEC0082) is known color: Deep Pink. HEX triplet: EC, 00 and 82. RGB value is (236,0,130). Sum of RGB (Red+Green+Blue) = 236+0+130=366 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.48% from 366); Green value is 0 (0.39% from 255 or 0% from 366); Blue value is 130 (51.17% from 255 or 35.52% from 366); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0082 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0082 is #13FF7D. Grayscale: #555555. Windows color (decimal): -1310590 or 8519916. OLE color: 8519916.

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

Color convert

RGB 236 0 130 -
CMYK 0 1 0.45 0.07
HSL 326.95º 1% 0.46% -
HSV(B) 326.95º 1% 0.93% -
XYZ 38.62 19.44 22.84 -
YUV 85.38 153.19 235.43 -
System Red Green Blue C M Y K H S L
Decimal 236 0 130 0 1 0.45 0.07 326.95 1 0.46
Hex EC 0 82 0 64 2D 7 147 64 2E
Octal 354 0 202 0 144 55 7 507 144 56
Binary 11101100 0 10000010 0 1100100 101101 111 101000111 1100100 101110

Color Harmonies of #EC0082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0082

Black with #EC0082

Text Example


Text Example

White with #EC0082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0082; }

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

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

background-color css

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

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

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

border-color css

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

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

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