#ED8AB9

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

Shades of Persian Pink #ED8AB9

Tints of Persian Pink #ED8AB9

Color information

#ED8AB9 (or 0xED8AB9) is unknown color: approx Persian Pink. HEX triplet: ED, 8A and B9. RGB value is (237,138,185). Sum of RGB (Red+Green+Blue) = 237+138+185=560 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.32% from 560); Green value is 138 (54.30% from 255 or 24.64% from 560); Blue value is 185 (72.66% from 255 or 33.04% from 560); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8AB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8AB9 is #127546. Grayscale: #ACACAC. Windows color (decimal): -1209671 or 12159725. OLE color: 12159725.

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

Color convert

RGB237138185-
CMYK00.420.220.07
HSL331.52º73.33%73.53%-
HSV(B)331.52º41.77%92.94%-
XYZ52.7739.6850.78-
YUV172.96134.8173.68-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.32%
GREEN value IS 138 (54.30% from 255) = 24.64%
BLUE value IS 185 (72.66% from 255) = 33.04%
R=42.32%
G=24.64%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713818500.420.220.07331.5273.3373.53
HexED8AB902A16714c494a
Octal355212271052267514111112
Binary11101101100010101011100101010101011011110100110010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8AB9; }

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

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

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

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

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

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

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

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