Html Css Color HEX #ED7DAE Persian Pink

📋 copy color: '#ED7DAE'

red 237 ◦ green 125 ◦ blue 174

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

Shades of Persian Pink #ED7DAE

Tints of Persian Pink #ED7DAE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.32%

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

R = 44.22%
G = 23.32%
B = 32.46%

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

#ED7DAE (or 0xED7DAE) is known color: Persian Pink. HEX triplet: ED, 7D and AE. RGB value is (237,125,174). Sum of RGB (Red+Green+Blue) = 237+125+174=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 125 (49.22% from 255 or 23.32% from 536); Blue value is 174 (68.36% from 255 or 32.46% from 536); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7DAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7DAE is #128251. Grayscale: #A3A3A3. Windows color (decimal): -1213010 or 11435501. OLE color: 11435501.

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

Color convert

RGB 237 125 174 -
CMYK 0 0.47 0.27 0.07
HSL 333.75º 0.76% 0.71% -
HSV(B) 333.75º 0.47% 0.93% -
XYZ 49.9 35.73 44.31 -
YUV 164.07 133.61 180.02 -
System Red Green Blue C M Y K H S L
Decimal 237 125 174 0 0.47 0.27 0.07 333.75 0.76 0.71
Hex ED 7D AE 0 2F 1B 7 14E 4C 47
Octal 355 175 256 0 57 33 7 516 114 107
Binary 11101101 1111101 10101110 0 101111 11011 111 101001110 1001100 1000111

Color Harmonies of #ED7DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7DAE

Black with #ED7DAE

Text Example


Text Example

White with #ED7DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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