#ED30A6

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

Shades of Persian Rose #ED30A6

Tints of Persian Rose #ED30A6

Color information

#ED30A6 (or 0xED30A6) is unknown color: approx Persian Rose. HEX triplet: ED, 30 and A6. RGB value is (237,48,166). Sum of RGB (Red+Green+Blue) = 237+48+166=451 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.55% from 451); Green value is 48 (19.14% from 255 or 10.64% from 451); Blue value is 166 (65.23% from 255 or 36.81% from 451); Max value from RGB is 237 - color contains mainly: red. Hex color #ED30A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED30A6 is #12CF59. Grayscale: #757575. Windows color (decimal): -1232730 or 10891501. OLE color: 10891501.

HSL color Cylindrical-coordinate representation of color #ED30A6: hue angle of 322.54º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ED30A6 is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB23748166-
CMYK00.800.300.07
HSL322.54º84%55.88%-
HSV(B)322.54º79.75%92.94%-
XYZ42.8622.8738.23-
YUV117.96155.12212.91-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 52.55%
GREEN value IS 48 (19.14% from 255) = 10.64%
BLUE value IS 166 (65.23% from 255) = 36.81%
R=52.55%
G=10.64%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2374816600.800.300.07322.548455.88
HexED30A60501E71435438
Octal35560246012036750312470
Binary111011011100001010011001010000111101111010000111010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED30A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED30A6; }

 p { color: rgb(237,48,166); }

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

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

 a { background-color: rgb(237,48,166); }

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

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

 span { border-color: rgb(237,48,166); }

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