Html Css Color HEX #EC0482 Deep Pink

📋 copy color: '#EC0482'

red 236 ◦ green 4 ◦ blue 130

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

Shades of Deep Pink #EC0482

Tints of Deep Pink #EC0482

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.08%

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

R = 63.78%
G = 1.08%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EC0482 (or 0xEC0482) is known color: Deep Pink. HEX triplet: EC, 04 and 82. RGB value is (236,4,130). Sum of RGB (Red+Green+Blue) = 236+4+130=370 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.78% from 370); Green value is 4 (1.95% from 255 or 1.08% from 370); Blue value is 130 (51.17% from 255 or 35.14% from 370); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0482 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0482 is #13FB7D. Grayscale: #575757. Windows color (decimal): -1309566 or 8520940. OLE color: 8520940.

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

Color convert

RGB 236 4 130 -
CMYK 0 0.98 0.45 0.07
HSL 327.41º 0.97% 0.47% -
HSV(B) 327.41º 0.98% 0.93% -
XYZ 38.66 19.53 22.85 -
YUV 87.73 151.86 233.75 -
System Red Green Blue C M Y K H S L
Decimal 236 4 130 0 0.98 0.45 0.07 327.41 0.97 0.47
Hex EC 4 82 0 62 2D 7 147 61 2F
Octal 354 4 202 0 142 55 7 507 141 57
Binary 11101100 100 10000010 0 1100010 101101 111 101000111 1100001 101111

Color Harmonies of #EC0482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0482

Black with #EC0482

Text Example


Text Example

White with #EC0482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0482; }

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

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

background-color css

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

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

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

border-color css

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

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

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