#ED50AB

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

Shades of Brilliant Rose #ED50AB

Tints of Brilliant Rose #ED50AB

Color information

#ED50AB (or 0xED50AB) is unknown color: approx Brilliant Rose. HEX triplet: ED, 50 and AB. RGB value is (237,80,171). Sum of RGB (Red+Green+Blue) = 237+80+171=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 80 (31.64% from 255 or 16.39% from 488); Blue value is 171 (67.19% from 255 or 35.04% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #ED50AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED50AB is #12AF54. Grayscale: #898989. Windows color (decimal): -1224533 or 11227373. OLE color: 11227373.

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

Color convert

RGB23780171-
CMYK00.660.280.07
HSL325.22º81.35%62.16%-
HSV(B)325.22º66.24%92.94%-
XYZ45.1426.6841.3-
YUV137.32147.01199.1-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.57%
GREEN value IS 80 (31.64% from 255) = 16.39%
BLUE value IS 171 (67.19% from 255) = 35.04%
R=48.57%
G=16.39%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2378017100.660.280.07325.2281.3562.16
HexED50AB0421C7145513e
Octal355120253010234750512176
Binary1110110110100001010101101000010111001111010001011010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED50AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED50AB; }

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

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

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

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

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

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

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

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