#ED83BA

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

Shades of Persian Pink #ED83BA

Tints of Persian Pink #ED83BA

Color information

#ED83BA (or 0xED83BA) is unknown color: approx Persian Pink. HEX triplet: ED, 83 and BA. RGB value is (237,131,186). Sum of RGB (Red+Green+Blue) = 237+131+186=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 131 (51.56% from 255 or 23.65% from 554); Blue value is 186 (73.05% from 255 or 33.57% from 554); Max value from RGB is 237 - color contains mainly: red. Hex color #ED83BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED83BA is #127C45. Grayscale: #A8A8A8. Windows color (decimal): -1211462 or 12223469. OLE color: 12223469.

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

Color convert

RGB237131186-
CMYK00.450.220.07
HSL328.87º74.65%72.16%-
HSV(B)328.87º44.73%92.94%-
XYZ51.937.7851.01-
YUV168.96137.62176.53-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.78%
GREEN value IS 131 (51.56% from 255) = 23.65%
BLUE value IS 186 (73.05% from 255) = 33.57%
R=42.78%
G=23.65%
B=33.57%

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
Decimal23713118600.450.220.07328.8774.6572.16
HexED83BA02D1671494b48
Octal355203272055267511113110
Binary11101101100000111011101001011011011011110100100110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED83BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED83BA; }

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

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

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

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

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

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

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

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