#ED3FAC

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

Shades of Persian Rose #ED3FAC

Tints of Persian Rose #ED3FAC

Color information

#ED3FAC (or 0xED3FAC) is unknown color: approx Persian Rose. HEX triplet: ED, 3F and AC. RGB value is (237,63,172). Sum of RGB (Red+Green+Blue) = 237+63+172=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 63 (25% from 255 or 13.35% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3FAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3FAC is #12C053. Grayscale: #7F7F7F. Windows color (decimal): -1228884 or 11288557. OLE color: 11288557.

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

Color convert

RGB23763172-
CMYK00.730.270.07
HSL322.41º82.86%58.82%-
HSV(B)322.41º73.42%92.94%-
XYZ44.1524.5441.44-
YUV127.45153.15206.14-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 50.21%
GREEN value IS 63 (25% from 255) = 13.35%
BLUE value IS 172 (67.58% from 255) = 36.44%
R=50.21%
G=13.35%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2376317200.730.270.07322.4182.8658.82
HexED3FAC0491B7142533b
Octal35577254011133750212373
Binary111011011111111010110001001001110111111010000101010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED3FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED3FAC; }

 p { color: rgb(237,63,172); }

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

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

 a { background-color: rgb(237,63,172); }

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

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

 span { border-color: rgb(237,63,172); }

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