#ED7FBD

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

Shades of Persian Pink #ED7FBD

Tints of Persian Pink #ED7FBD

Color information

#ED7FBD (or 0xED7FBD) is unknown color: approx Persian Pink. HEX triplet: ED, 7F and BD. RGB value is (237,127,189). Sum of RGB (Red+Green+Blue) = 237+127+189=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 127 (50% from 255 or 22.97% from 553); Blue value is 189 (74.22% from 255 or 34.18% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7FBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7FBD is #128042. Grayscale: #A6A6A6. Windows color (decimal): -1212483 or 12419053. OLE color: 12419053.

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

Color convert

RGB237127189-
CMYK00.460.200.07
HSL326.18º75.34%71.37%-
HSV(B)326.18º46.41%92.94%-
XYZ51.736.8652.53-
YUV166.96140.44177.96-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.86%
GREEN value IS 127 (50% from 255) = 22.97%
BLUE value IS 189 (74.22% from 255) = 34.18%
R=42.86%
G=22.97%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712718900.460.200.07326.1875.3471.37
HexED7FBD02E1471464b47
Octal355177275056247506113107
Binary1110110111111111011110101011101010011110100011010010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7FBD; }

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

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

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

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

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

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

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

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