Html Css Color HEX #ED7FAE Persian Pink

📋 copy color: '#ED7FAE'

red 237 ◦ green 127 ◦ blue 174

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

Shades of Persian Pink #ED7FAE

Tints of Persian Pink #ED7FAE

RGB

 RED value IS 237 (92.97% from 255) = 44.05%

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

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

R = 44.05%
G = 23.61%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#ED7FAE (or 0xED7FAE) is known color: Persian Pink. HEX triplet: ED, 7F and AE. RGB value is (237,127,174). Sum of RGB (Red+Green+Blue) = 237+127+174=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 127 (50% from 255 or 23.61% from 538); Blue value is 174 (68.36% from 255 or 32.34% from 538); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7FAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7FAE is #128051. Grayscale: #A5A5A5. Windows color (decimal): -1212498 or 11436013. OLE color: 11436013.

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

Color convert

RGB 237 127 174 -
CMYK 0 0.46 0.27 0.07
HSL 334.36º 0.75% 0.71% -
HSV(B) 334.36º 0.46% 0.93% -
XYZ 50.15 36.24 44.4 -
YUV 165.25 132.94 179.18 -
System Red Green Blue C M Y K H S L
Decimal 237 127 174 0 0.46 0.27 0.07 334.36 0.75 0.71
Hex ED 7F AE 0 2E 1B 7 14E 4B 47
Octal 355 177 256 0 56 33 7 516 113 107
Binary 11101101 1111111 10101110 0 101110 11011 111 101001110 1001011 1000111

Color Harmonies of #ED7FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7FAE

Black with #ED7FAE

Text Example


Text Example

White with #ED7FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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