Html Css Color HEX #ED7EAE Persian Pink

📋 copy color: '#ED7EAE'

red 237 ◦ green 126 ◦ blue 174

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

Shades of Persian Pink #ED7EAE

Tints of Persian Pink #ED7EAE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.46%

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

R = 44.13%
G = 23.46%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#ED7EAE (or 0xED7EAE) is known color: Persian Pink. HEX triplet: ED, 7E and AE. RGB value is (237,126,174). Sum of RGB (Red+Green+Blue) = 237+126+174=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 126 (49.61% from 255 or 23.46% from 537); Blue value is 174 (68.36% from 255 or 32.40% from 537); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7EAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7EAE is #128151. Grayscale: #A4A4A4. Windows color (decimal): -1212754 or 11435757. OLE color: 11435757.

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

Color convert

RGB 237 126 174 -
CMYK 0 0.47 0.27 0.07
HSL 334.05º 0.76% 0.71% -
HSV(B) 334.05º 0.47% 0.93% -
XYZ 50.03 35.98 44.35 -
YUV 164.66 133.27 179.6 -
System Red Green Blue C M Y K H S L
Decimal 237 126 174 0 0.47 0.27 0.07 334.05 0.76 0.71
Hex ED 7E AE 0 2F 1B 7 14E 4C 47
Octal 355 176 256 0 57 33 7 516 114 107
Binary 11101101 1111110 10101110 0 101111 11011 111 101001110 1001100 1000111

Color Harmonies of #ED7EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7EAE

Black with #ED7EAE

Text Example


Text Example

White with #ED7EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7EAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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