#ED3BA8

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

Shades of Persian Rose #ED3BA8

Tints of Persian Rose #ED3BA8

Color information

#ED3BA8 (or 0xED3BA8) is unknown color: approx Persian Rose. HEX triplet: ED, 3B and A8. RGB value is (237,59,168). Sum of RGB (Red+Green+Blue) = 237+59+168=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 59 (23.44% from 255 or 12.72% from 464); Blue value is 168 (66.02% from 255 or 36.21% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3BA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3BA8 is #12C457. Grayscale: #7C7C7C. Windows color (decimal): -1229912 or 11025389. OLE color: 11025389.

HSL color Cylindrical-coordinate representation of color #ED3BA8: hue angle of 323.26º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ED3BA8 is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB23759168-
CMYK00.750.290.07
HSL323.26º83.18%58.04%-
HSV(B)323.26º75.11%92.94%-
XYZ43.5623.9639.37-
YUV124.65152.47208.14-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 51.08%
GREEN value IS 59 (23.44% from 255) = 12.72%
BLUE value IS 168 (66.02% from 255) = 36.21%
R=51.08%
G=12.72%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2375916800.750.290.07323.2683.1858.04
HexED3BA804B1D7143533a
Octal35573250011335750312372
Binary111011011110111010100001001011111011111010000111010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED3BA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED3BA8; }

 p { color: rgb(237,59,168); }

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

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

 a { background-color: rgb(237,59,168); }

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

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

 span { border-color: rgb(237,59,168); }

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