Html Css Color HEX #EC0681 Deep Pink

📋 copy color: '#EC0681'

red 236 ◦ green 6 ◦ blue 129

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

Shades of Deep Pink #EC0681

Tints of Deep Pink #EC0681

RGB

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

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

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

R = 63.61%
G = 1.62%
B = 34.77%

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

#EC0681 (or 0xEC0681) is known color: Deep Pink. HEX triplet: EC, 06 and 81. RGB value is (236,6,129). Sum of RGB (Red+Green+Blue) = 236+6+129=371 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.61% from 371); Green value is 6 (2.73% from 255 or 1.62% from 371); Blue value is 129 (50.78% from 255 or 34.77% from 371); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0681 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0681 is #13F97E. Grayscale: #585858. Windows color (decimal): -1309055 or 8455916. OLE color: 8455916.

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

Color convert

RGB 236 6 129 -
CMYK 0 0.97 0.45 0.07
HSL 327.91º 0.95% 0.47% -
HSV(B) 327.91º 0.97% 0.93% -
XYZ 38.62 19.55 22.51 -
YUV 88.79 150.7 233 -
System Red Green Blue C M Y K H S L
Decimal 236 6 129 0 0.97 0.45 0.07 327.91 0.95 0.47
Hex EC 6 81 0 61 2D 7 148 5F 2F
Octal 354 6 201 0 141 55 7 510 137 57
Binary 11101100 110 10000001 0 1100001 101101 111 101001000 1011111 101111

Color Harmonies of #EC0681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0681

Black with #EC0681

Text Example


Text Example

White with #EC0681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0681; }

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

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

background-color css

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

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

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

border-color css

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

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

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