Html Css Color HEX #EC68AD Hot Pink

📋 copy color: '#EC68AD'

red 236 ◦ green 104 ◦ blue 173

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

Shades of Hot Pink #EC68AD

Tints of Hot Pink #EC68AD

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.27%

 BLUE value IS 173 (67.97% from 255) = 33.72%

R = 46%
G = 20.27%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EC68AD (or 0xEC68AD) is known color: Hot Pink. HEX triplet: EC, 68 and AD. RGB value is (236,104,173). Sum of RGB (Red+Green+Blue) = 236+104+173=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 104 (41.02% from 255 or 20.27% from 513); Blue value is 173 (67.97% from 255 or 33.72% from 513); Max value from RGB is 236 - color contains mainly: red. Hex color #EC68AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC68AD is #139752. Grayscale: #979797. Windows color (decimal): -1283923 or 11364588. OLE color: 11364588.

HSL color Cylindrical-coordinate representation of color #EC68AD: hue angle of 328.64º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC68AD is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 104 173 -
CMYK 0 0.56 0.27 0.07
HSL 328.64º 0.78% 0.67% -
HSV(B) 328.64º 0.56% 0.93% -
XYZ 47.09 30.75 42.99 -
YUV 151.33 140.23 188.39 -
System Red Green Blue C M Y K H S L
Decimal 236 104 173 0 0.56 0.27 0.07 328.64 0.78 0.67
Hex EC 68 AD 0 38 1B 7 149 4E 43
Octal 354 150 255 0 70 33 7 511 116 103
Binary 11101100 1101000 10101101 0 111000 11011 111 101001001 1001110 1000011

Color Harmonies of #EC68AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC68AD

Black with #EC68AD

Text Example


Text Example

White with #EC68AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC68AD; }

 p { color: rgb(236,104,173); }

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

background-color css

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

 a { background-color: rgb(236,104,173); }

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

border-color css

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

 span { border-color: rgb(236,104,173); }

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