#ED7ABE

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

Shades of Persian Pink #ED7ABE

Tints of Persian Pink #ED7ABE

Color information

#ED7ABE (or 0xED7ABE) is unknown color: approx Persian Pink. HEX triplet: ED, 7A and BE. RGB value is (237,122,190). Sum of RGB (Red+Green+Blue) = 237+122+190=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 122 (48.05% from 255 or 22.22% from 549); Blue value is 190 (74.61% from 255 or 34.61% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7ABE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7ABE is #128541. Grayscale: #A3A3A3. Windows color (decimal): -1213762 or 12483309. OLE color: 12483309.

HSL color Cylindrical-coordinate representation of color #ED7ABE: hue angle of 324.52º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ED7ABE is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB237122190-
CMYK00.490.200.07
HSL324.52º76.16%70.39%-
HSV(B)324.52º48.52%92.94%-
XYZ51.1835.6452.9-
YUV164.14142.6179.97-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.17%
GREEN value IS 122 (48.05% from 255) = 22.22%
BLUE value IS 190 (74.61% from 255) = 34.61%
R=43.17%
G=22.22%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712219000.490.200.07324.5276.1670.39
HexED7ABE0311471454c46
Octal355172276061247505114106
Binary1110110111110101011111001100011010011110100010110011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7ABE; }

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

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

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

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

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

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

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

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