Html Css Color HEX #EC7BAD Persian Pink

📋 copy color: '#EC7BAD'

red 236 ◦ green 123 ◦ blue 173

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

Shades of Persian Pink #EC7BAD

Tints of Persian Pink #EC7BAD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.12%

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

R = 44.36%
G = 23.12%
B = 32.52%

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

#EC7BAD (or 0xEC7BAD) is known color: Persian Pink. HEX triplet: EC, 7B and AD. RGB value is (236,123,173). Sum of RGB (Red+Green+Blue) = 236+123+173=532 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.36% from 532); Green value is 123 (48.44% from 255 or 23.12% from 532); Blue value is 173 (67.97% from 255 or 32.52% from 532); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7BAD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7BAD is #138452. Grayscale: #A2A2A2. Windows color (decimal): -1279059 or 11369452. OLE color: 11369452.

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

Color convert

RGB 236 123 173 -
CMYK 0 0.48 0.27 0.07
HSL 333.45º 0.75% 0.7% -
HSV(B) 333.45º 0.48% 0.93% -
XYZ 49.22 35.02 43.7 -
YUV 162.49 133.94 180.43 -
System Red Green Blue C M Y K H S L
Decimal 236 123 173 0 0.48 0.27 0.07 333.45 0.75 0.7
Hex EC 7B AD 0 30 1B 7 14D 4B 46
Octal 354 173 255 0 60 33 7 515 113 106
Binary 11101100 1111011 10101101 0 110000 11011 111 101001101 1001011 1000110

Color Harmonies of #EC7BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7BAD

Black with #EC7BAD

Text Example


Text Example

White with #EC7BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7BAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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