Html Css Color HEX #EC7DC0 Persian Pink

📋 copy color: '#EC7DC0'

red 236 ◦ green 125 ◦ blue 192

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

Shades of Persian Pink #EC7DC0

Tints of Persian Pink #EC7DC0

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.6%

 BLUE value IS 192 (75.39% from 255) = 34.72%

R = 42.68%
G = 22.6%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EC7DC0 (or 0xEC7DC0) is known color: Persian Pink. HEX triplet: EC, 7D and C0. RGB value is (236,125,192). Sum of RGB (Red+Green+Blue) = 236+125+192=553 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.68% from 553); Green value is 125 (49.22% from 255 or 22.60% from 553); Blue value is 192 (75.39% from 255 or 34.72% from 553); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7DC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7DC0 is #13823F. Grayscale: #A5A5A5. Windows color (decimal): -1278528 or 12615148. OLE color: 12615148.

HSL color Cylindrical-coordinate representation of color #EC7DC0: hue angle of 323.78º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EC7DC0 is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 125 192 -
CMYK 0 0.47 0.19 0.07
HSL 323.78º 0.74% 0.71% -
HSV(B) 323.78º 0.47% 0.93% -
XYZ 51.44 36.31 54.17 -
YUV 165.83 142.77 178.05 -
System Red Green Blue C M Y K H S L
Decimal 236 125 192 0 0.47 0.19 0.07 323.78 0.74 0.71
Hex EC 7D C0 0 2F 13 7 144 4A 47
Octal 354 175 300 0 57 23 7 504 112 107
Binary 11101100 1111101 11000000 0 101111 10011 111 101000100 1001010 1000111

Color Harmonies of #EC7DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7DC0

Black with #EC7DC0

Text Example


Text Example

White with #EC7DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7DC0; }

 p { color: rgb(236,125,192); }

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

background-color css

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

 a { background-color: rgb(236,125,192); }

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

border-color css

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

 span { border-color: rgb(236,125,192); }

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