#ED7DBD

Color #ED7DBD Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #ED7DBD

Tints of Persian Pink #ED7DBD

Color information

#ED7DBD (or 0xED7DBD) is unknown color: approx Persian Pink. HEX triplet: ED, 7D and BD. RGB value is (237,125,189). Sum of RGB (Red+Green+Blue) = 237+125+189=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 125 (49.22% from 255 or 22.69% from 551); Blue value is 189 (74.22% from 255 or 34.30% from 551); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7DBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7DBD is #128242. Grayscale: #A5A5A5. Windows color (decimal): -1212995 or 12418541. OLE color: 12418541.

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

Color convert

RGB237125189-
CMYK00.470.200.07
HSL325.71º75.68%70.98%-
HSV(B)325.71º47.26%92.94%-
XYZ51.4436.3552.45-
YUV165.78141.11178.8-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.01%
GREEN value IS 125 (49.22% from 255) = 22.69%
BLUE value IS 189 (74.22% from 255) = 34.30%
R=43.01%
G=22.69%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712518900.470.200.07325.7175.6870.98
HexED7DBD02F1471464c47
Octal355175275057247506114107
Binary1110110111111011011110101011111010011110100011010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7DBD; }

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

 H1.HeaderClassName
 {
   color: #ED7DBD;
 }
 .AnyTagClassName
 {
   color: #ED7DBD;
 }
</style>
background-color css

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

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

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

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

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

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