Html Css Color HEX #EC7FAF Persian Pink

📋 copy color: '#EC7FAF'

red 236 ◦ green 127 ◦ blue 175

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

Shades of Persian Pink #EC7FAF

Tints of Persian Pink #EC7FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 32.53%

R = 43.87%
G = 23.61%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EC7FAF (or 0xEC7FAF) is known color: Persian Pink. HEX triplet: EC, 7F and AF. RGB value is (236,127,175). Sum of RGB (Red+Green+Blue) = 236+127+175=538 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.87% from 538); Green value is 127 (50% from 255 or 23.61% from 538); Blue value is 175 (68.75% from 255 or 32.53% from 538); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7FAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7FAF is #138050. Grayscale: #A4A4A4. Windows color (decimal): -1278033 or 11501548. OLE color: 11501548.

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

Color convert

RGB 236 127 175 -
CMYK 0 0.46 0.26 0.07
HSL 333.58º 0.74% 0.71% -
HSV(B) 333.58º 0.46% 0.93% -
XYZ 49.92 36.11 44.9 -
YUV 165.06 133.61 178.6 -
System Red Green Blue C M Y K H S L
Decimal 236 127 175 0 0.46 0.26 0.07 333.58 0.74 0.71
Hex EC 7F AF 0 2E 1A 7 14E 4A 47
Octal 354 177 257 0 56 32 7 516 112 107
Binary 11101100 1111111 10101111 0 101110 11010 111 101001110 1001010 1000111

Color Harmonies of #EC7FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7FAF

Black with #EC7FAF

Text Example


Text Example

White with #EC7FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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