Html Css Color HEX #EC7AAD Persian Pink

📋 copy color: '#EC7AAD'

red 236 ◦ green 122 ◦ blue 173

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

Shades of Persian Pink #EC7AAD

Tints of Persian Pink #EC7AAD

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.98%

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

R = 44.44%
G = 22.98%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EC7AAD (or 0xEC7AAD) is known color: Persian Pink. HEX triplet: EC, 7A and AD. RGB value is (236,122,173). Sum of RGB (Red+Green+Blue) = 236+122+173=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 122 (48.05% from 255 or 22.98% from 531); Blue value is 173 (67.97% from 255 or 32.58% from 531); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7AAD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7AAD is #138552. Grayscale: #A1A1A1. Windows color (decimal): -1279315 or 11369196. OLE color: 11369196.

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

Color convert

RGB 236 122 173 -
CMYK 0 0.48 0.27 0.07
HSL 333.16º 0.75% 0.7% -
HSV(B) 333.16º 0.48% 0.93% -
XYZ 49.09 34.77 43.66 -
YUV 161.9 134.27 180.85 -
System Red Green Blue C M Y K H S L
Decimal 236 122 173 0 0.48 0.27 0.07 333.16 0.75 0.7
Hex EC 7A AD 0 30 1B 7 14D 4B 46
Octal 354 172 255 0 60 33 7 515 113 106
Binary 11101100 1111010 10101101 0 110000 11011 111 101001101 1001011 1000110

Color Harmonies of #EC7AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7AAD

Black with #EC7AAD

Text Example


Text Example

White with #EC7AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7AAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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