#ED84BE

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

Shades of Persian Pink #ED84BE

Tints of Persian Pink #ED84BE

Color information

#ED84BE (or 0xED84BE) is unknown color: approx Persian Pink. HEX triplet: ED, 84 and BE. RGB value is (237,132,190). Sum of RGB (Red+Green+Blue) = 237+132+190=559 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.40% from 559); Green value is 132 (51.95% from 255 or 23.61% from 559); Blue value is 190 (74.61% from 255 or 33.99% from 559); Max value from RGB is 237 - color contains mainly: red. Hex color #ED84BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED84BE is #127B41. Grayscale: #A9A9A9. Windows color (decimal): -1211202 or 12485869. OLE color: 12485869.

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

Color convert

RGB237132190-
CMYK00.440.200.07
HSL326.86º74.47%72.35%-
HSV(B)326.86º44.3%92.94%-
XYZ52.4738.2253.33-
YUV170.01139.29175.78-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.40%
GREEN value IS 132 (51.95% from 255) = 23.61%
BLUE value IS 190 (74.61% from 255) = 33.99%
R=42.40%
G=23.61%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713219000.440.200.07326.8674.4772.35
HexED84BE02C1471474a48
Octal355204276054247507112110
Binary11101101100001001011111001011001010011110100011110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED84BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED84BE; }

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

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

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

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

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

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

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

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