#ED83B7

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

Shades of Persian Pink #ED83B7

Tints of Persian Pink #ED83B7

Color information

#ED83B7 (or 0xED83B7) is unknown color: approx Persian Pink. HEX triplet: ED, 83 and B7. RGB value is (237,131,183). Sum of RGB (Red+Green+Blue) = 237+131+183=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 131 (51.56% from 255 or 23.77% from 551); Blue value is 183 (71.88% from 255 or 33.21% from 551); Max value from RGB is 237 - color contains mainly: red. Hex color #ED83B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED83B7 is #127C48. Grayscale: #A8A8A8. Windows color (decimal): -1211465 or 12026861. OLE color: 12026861.

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

Color convert

RGB237131183-
CMYK00.450.230.07
HSL330.57º74.65%72.16%-
HSV(B)330.57º44.73%92.94%-
XYZ51.5937.6649.35-
YUV168.62136.12176.77-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.01%
GREEN value IS 131 (51.56% from 255) = 23.77%
BLUE value IS 183 (71.88% from 255) = 33.21%
R=43.01%
G=23.77%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713118300.450.230.07330.5774.6572.16
HexED83B702D17714b4b48
Octal355203267055277513113110
Binary11101101100000111011011101011011011111110100101110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED83B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED83B7; }

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

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

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

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

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

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

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

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