#ed84b5

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

Shades of Persian Pink #ED84B5

Tints of Persian Pink #ED84B5

Color information

#ED84B5 (or 0xED84B5) is unknown color: approx Persian Pink. HEX triplet: ED, 84 and B5. RGB value is (237,132,181). Sum of RGB (Red+Green+Blue) = 237+132+181=550 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.09% from 550); Green value is 132 (51.95% from 255 or 24% from 550); Blue value is 181 (71.09% from 255 or 32.91% from 550); Max value from RGB is 237 - color contains mainly: red. Hex color #ED84B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED84B5 is #127B4A. Grayscale: #A8A8A8. Windows color (decimal): -1211211 or 11896045. OLE color: 11896045.

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

Color convert

RGB237132181-
CMYK00.440.240.07
HSL332º74.47%72.35%-
HSV(B)332º44.3%92.94%-
XYZ51.5237.8448.31-
YUV168.98134.79176.52-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.09%
GREEN value IS 132 (51.95% from 255) = 24%
BLUE value IS 181 (71.09% from 255) = 32.91%
R=43.09%
G=24%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713218100.440.240.0733274.4772.35
HexED84B502C18714c4a48
Octal355204265054307514112110
Binary11101101100001001011010101011001100011110100110010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed84b5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed84b5; }

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

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

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

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

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

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

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

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