#ED83B9

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

Shades of Persian Pink #ED83B9

Tints of Persian Pink #ED83B9

Color information

#ED83B9 (or 0xED83B9) is unknown color: approx Persian Pink. HEX triplet: ED, 83 and B9. RGB value is (237,131,185). Sum of RGB (Red+Green+Blue) = 237+131+185=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 131 (51.56% from 255 or 23.69% from 553); Blue value is 185 (72.66% from 255 or 33.45% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #ED83B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED83B9 is #127C46. Grayscale: #A8A8A8. Windows color (decimal): -1211463 or 12157933. OLE color: 12157933.

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

Color convert

RGB237131185-
CMYK00.450.220.07
HSL329.43º74.65%72.16%-
HSV(B)329.43º44.73%92.94%-
XYZ51.837.7450.45-
YUV168.85137.12176.61-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.86%
GREEN value IS 131 (51.56% from 255) = 23.69%
BLUE value IS 185 (72.66% from 255) = 33.45%
R=42.86%
G=23.69%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713118500.450.220.07329.4374.6572.16
HexED83B902D1671494b48
Octal355203271055267511113110
Binary11101101100000111011100101011011011011110100100110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED83B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED83B9; }

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

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

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

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

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

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

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

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