#ED51AC

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

Shades of Brilliant Rose #ED51AC

Tints of Brilliant Rose #ED51AC

Color information

#ED51AC (or 0xED51AC) is unknown color: approx Brilliant Rose. HEX triplet: ED, 51 and AC. RGB value is (237,81,172). Sum of RGB (Red+Green+Blue) = 237+81+172=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 81 (32.03% from 255 or 16.53% from 490); Blue value is 172 (67.58% from 255 or 35.10% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #ED51AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED51AC is #12AE53. Grayscale: #898989. Windows color (decimal): -1224276 or 11293165. OLE color: 11293165.

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

Color convert

RGB23781172-
CMYK00.660.270.07
HSL325º81.25%62.35%-
HSV(B)325º65.82%92.94%-
XYZ45.3126.8741.83-
YUV138.02147.18198.6-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.37%
GREEN value IS 81 (32.03% from 255) = 16.53%
BLUE value IS 172 (67.58% from 255) = 35.10%
R=48.37%
G=16.53%
B=35.10%

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
Decimal2378117200.660.270.0732581.2562.35
HexED51AC0421B7145513e
Octal355121254010233750512176
Binary1110110110100011010110001000010110111111010001011010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED51AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED51AC; }

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

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

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

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

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

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

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

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