Html Css Color HEX #EC0781 Deep Pink

📋 copy color: '#EC0781'

red 236 ◦ green 7 ◦ blue 129

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

Shades of Deep Pink #EC0781

Tints of Deep Pink #EC0781

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 34.68%

R = 63.44%
G = 1.88%
B = 34.68%

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

#EC0781 (or 0xEC0781) is known color: Deep Pink. HEX triplet: EC, 07 and 81. RGB value is (236,7,129). Sum of RGB (Red+Green+Blue) = 236+7+129=372 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.44% from 372); Green value is 7 (3.12% from 255 or 1.88% from 372); Blue value is 129 (50.78% from 255 or 34.68% from 372); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0781 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0781 is #13F87E. Grayscale: #595959. Windows color (decimal): -1308799 or 8456172. OLE color: 8456172.

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

Color convert

RGB 236 7 129 -
CMYK 0 0.97 0.45 0.07
HSL 328.03º 0.94% 0.48% -
HSV(B) 328.03º 0.97% 0.93% -
XYZ 38.63 19.57 22.51 -
YUV 89.38 150.37 232.58 -
System Red Green Blue C M Y K H S L
Decimal 236 7 129 0 0.97 0.45 0.07 328.03 0.94 0.48
Hex EC 7 81 0 61 2D 7 148 5E 30
Octal 354 7 201 0 141 55 7 510 136 60
Binary 11101100 111 10000001 0 1100001 101101 111 101001000 1011110 110000

Color Harmonies of #EC0781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0781

Black with #EC0781

Text Example


Text Example

White with #EC0781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0781; }

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

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

background-color css

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

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

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

border-color css

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

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

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