#ED7CB7

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

Shades of Persian Pink #ED7CB7

Tints of Persian Pink #ED7CB7

Color information

#ED7CB7 (or 0xED7CB7) is unknown color: approx Persian Pink. HEX triplet: ED, 7C and B7. RGB value is (237,124,183). Sum of RGB (Red+Green+Blue) = 237+124+183=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 124 (48.83% from 255 or 22.79% from 544); Blue value is 183 (71.88% from 255 or 33.64% from 544); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7CB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7CB7 is #128348. Grayscale: #A4A4A4. Windows color (decimal): -1213257 or 12025069. OLE color: 12025069.

HSL color Cylindrical-coordinate representation of color #ED7CB7: hue angle of 328.67º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ED7CB7 is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB237124183-
CMYK00.480.230.07
HSL328.67º75.84%70.78%-
HSV(B)328.67º47.68%92.94%-
XYZ50.6835.8449.05-
YUV164.51138.44179.7-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.57%
GREEN value IS 124 (48.83% from 255) = 22.79%
BLUE value IS 183 (71.88% from 255) = 33.64%
R=43.57%
G=22.79%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712418300.480.230.07328.6775.8470.78
HexED7CB70301771494c47
Octal355174267060277511114107
Binary1110110111111001011011101100001011111110100100110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7CB7; }

 p { color: rgb(237,124,183); }

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

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

 a { background-color: rgb(237,124,183); }

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

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

 span { border-color: rgb(237,124,183); }

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