#ED83B5

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

Shades of Persian Pink #ED83B5

Tints of Persian Pink #ED83B5

Color information

#ED83B5 (or 0xED83B5) is unknown color: approx Persian Pink. HEX triplet: ED, 83 and B5. RGB value is (237,131,181). Sum of RGB (Red+Green+Blue) = 237+131+181=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 131 (51.56% from 255 or 23.86% from 549); Blue value is 181 (71.09% from 255 or 32.97% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #ED83B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED83B5 is #127C4A. Grayscale: #A8A8A8. Windows color (decimal): -1211467 or 11895789. OLE color: 11895789.

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

Color convert

RGB237131181-
CMYK00.450.240.07
HSL331.7º74.65%72.16%-
HSV(B)331.7º44.73%92.94%-
XYZ51.3837.5748.26-
YUV168.39135.12176.93-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.17%
GREEN value IS 131 (51.56% from 255) = 23.86%
BLUE value IS 181 (71.09% from 255) = 32.97%
R=43.17%
G=23.86%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713118100.450.240.07331.774.6572.16
HexED83B502D18714c4b48
Octal355203265055307514113110
Binary11101101100000111011010101011011100011110100110010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED83B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED83B5; }

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

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

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

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

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

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

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

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