#ED51AD

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

Shades of Brilliant Rose #ED51AD

Tints of Brilliant Rose #ED51AD

Color information

#ED51AD (or 0xED51AD) is unknown color: approx Brilliant Rose. HEX triplet: ED, 51 and AD. RGB value is (237,81,173). Sum of RGB (Red+Green+Blue) = 237+81+173=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 81 (32.03% from 255 or 16.50% from 491); Blue value is 173 (67.97% from 255 or 35.23% from 491); Max value from RGB is 237 - color contains mainly: red. Hex color #ED51AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED51AD is #12AE52. Grayscale: #898989. Windows color (decimal): -1224275 or 11358701. OLE color: 11358701.

HSL color Cylindrical-coordinate representation of color #ED51AD: hue angle of 324.62º 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 #ED51AD is Cyan = 0, Magento = 0.66, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB23781173-
CMYK00.660.270.07
HSL324.62º81.25%62.35%-
HSV(B)324.62º65.82%92.94%-
XYZ45.4126.9142.34-
YUV138.13147.68198.52-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.27%
GREEN value IS 81 (32.03% from 255) = 16.50%
BLUE value IS 173 (67.97% from 255) = 35.23%
R=48.27%
G=16.50%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2378117300.660.270.07324.6281.2562.35
HexED51AD0421B7145513e
Octal355121255010233750512176
Binary1110110110100011010110101000010110111111010001011010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED51AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED51AD; }

 p { color: rgb(237,81,173); }

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

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

 a { background-color: rgb(237,81,173); }

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

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

 span { border-color: rgb(237,81,173); }

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