#ED53A3

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

Shades of Brilliant Rose #ED53A3

Tints of Brilliant Rose #ED53A3

Color information

#ED53A3 (or 0xED53A3) is unknown color: approx Brilliant Rose. HEX triplet: ED, 53 and A3. RGB value is (237,83,163). Sum of RGB (Red+Green+Blue) = 237+83+163=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 83 (32.81% from 255 or 17.18% from 483); Blue value is 163 (64.06% from 255 or 33.75% from 483); Max value from RGB is 237 - color contains mainly: red. Hex color #ED53A3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED53A3 is #12AC5C. Grayscale: #8A8A8A. Windows color (decimal): -1223773 or 10703853. OLE color: 10703853.

HSL color Cylindrical-coordinate representation of color #ED53A3: hue angle of 328.83º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ED53A3 is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB23783163-
CMYK00.650.310.07
HSL328.83º81.05%62.75%-
HSV(B)328.83º64.98%92.94%-
XYZ44.6326.8437.48-
YUV138.17142.02198.5-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.07%
GREEN value IS 83 (32.81% from 255) = 17.18%
BLUE value IS 163 (64.06% from 255) = 33.75%
R=49.07%
G=17.18%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2378316300.650.310.07328.8381.0562.75
HexED53A30411F7149513f
Octal355123243010137751112177
Binary1110110110100111010001101000001111111111010010011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED53A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED53A3; }

 p { color: rgb(237,83,163); }

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

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

 a { background-color: rgb(237,83,163); }

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

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

 span { border-color: rgb(237,83,163); }

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