Html Css Color HEX #EC7FAE Persian Pink

📋 copy color: '#EC7FAE'

red 236 ◦ green 127 ◦ blue 174

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

Shades of Persian Pink #EC7FAE

Tints of Persian Pink #EC7FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 32.4%

R = 43.95%
G = 23.65%
B = 32.4%

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

#EC7FAE (or 0xEC7FAE) is known color: Persian Pink. HEX triplet: EC, 7F and AE. RGB value is (236,127,174). Sum of RGB (Red+Green+Blue) = 236+127+174=537 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.95% from 537); Green value is 127 (50% from 255 or 23.65% from 537); Blue value is 174 (68.36% from 255 or 32.40% from 537); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7FAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7FAE is #138051. Grayscale: #A4A4A4. Windows color (decimal): -1278034 or 11436012. OLE color: 11436012.

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

Color convert

RGB 236 127 174 -
CMYK 0 0.46 0.26 0.07
HSL 334.13º 0.74% 0.71% -
HSV(B) 334.13º 0.46% 0.93% -
XYZ 49.82 36.07 44.38 -
YUV 164.95 133.11 178.68 -
System Red Green Blue C M Y K H S L
Decimal 236 127 174 0 0.46 0.26 0.07 334.13 0.74 0.71
Hex EC 7F AE 0 2E 1A 7 14E 4A 47
Octal 354 177 256 0 56 32 7 516 112 107
Binary 11101100 1111111 10101110 0 101110 11010 111 101001110 1001010 1000111

Color Harmonies of #EC7FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7FAE

Black with #EC7FAE

Text Example


Text Example

White with #EC7FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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