#ED50A9

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

Shades of Brilliant Rose #ED50A9

Tints of Brilliant Rose #ED50A9

Color information

#ED50A9 (or 0xED50A9) is unknown color: approx Brilliant Rose. HEX triplet: ED, 50 and A9. RGB value is (237,80,169). Sum of RGB (Red+Green+Blue) = 237+80+169=486 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.77% from 486); Green value is 80 (31.64% from 255 or 16.46% from 486); Blue value is 169 (66.41% from 255 or 34.77% from 486); Max value from RGB is 237 - color contains mainly: red. Hex color #ED50A9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED50A9 is #12AF56. Grayscale: #888888. Windows color (decimal): -1224535 or 11096301. OLE color: 11096301.

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

Color convert

RGB23780169-
CMYK00.660.290.07
HSL325.99º81.35%62.16%-
HSV(B)325.99º66.24%92.94%-
XYZ44.9626.6140.3-
YUV137.09146.01199.26-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.77%
GREEN value IS 80 (31.64% from 255) = 16.46%
BLUE value IS 169 (66.41% from 255) = 34.77%
R=48.77%
G=16.46%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2378016900.660.290.07325.9981.3562.16
HexED50A90421D7146513e
Octal355120251010235750612176
Binary1110110110100001010100101000010111011111010001101010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED50A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED50A9; }

 p { color: rgb(237,80,169); }

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

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

 a { background-color: rgb(237,80,169); }

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

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

 span { border-color: rgb(237,80,169); }

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