Html Css Color HEX #EC7FC0 Persian Pink

📋 copy color: '#EC7FC0'

red 236 ◦ green 127 ◦ blue 192

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

Shades of Persian Pink #EC7FC0

Tints of Persian Pink #EC7FC0

RGB

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

 GREEN value IS 127 (50% from 255) = 22.88%

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

R = 42.52%
G = 22.88%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EC7FC0 (or 0xEC7FC0) is known color: Persian Pink. HEX triplet: EC, 7F and C0. RGB value is (236,127,192). Sum of RGB (Red+Green+Blue) = 236+127+192=555 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.52% from 555); Green value is 127 (50% from 255 or 22.88% from 555); Blue value is 192 (75.39% from 255 or 34.59% from 555); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7FC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7FC0 is #13803F. Grayscale: #A6A6A6. Windows color (decimal): -1278016 or 12615660. OLE color: 12615660.

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

Color convert

RGB 236 127 192 -
CMYK 0 0.46 0.19 0.07
HSL 324.22º 0.74% 0.71% -
HSV(B) 324.22º 0.46% 0.93% -
XYZ 51.7 36.82 54.25 -
YUV 167 142.11 177.21 -
System Red Green Blue C M Y K H S L
Decimal 236 127 192 0 0.46 0.19 0.07 324.22 0.74 0.71
Hex EC 7F C0 0 2E 13 7 144 4A 47
Octal 354 177 300 0 56 23 7 504 112 107
Binary 11101100 1111111 11000000 0 101110 10011 111 101000100 1001010 1000111

Color Harmonies of #EC7FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7FC0

Black with #EC7FC0

Text Example


Text Example

White with #EC7FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7FC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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