#ED4EAD

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

Shades of Brilliant Rose #ED4EAD

Tints of Brilliant Rose #ED4EAD

Color information

#ED4EAD (or 0xED4EAD) is unknown color: approx Brilliant Rose. HEX triplet: ED, 4E and AD. RGB value is (237,78,173). Sum of RGB (Red+Green+Blue) = 237+78+173=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 78 (30.86% from 255 or 15.98% from 488); Blue value is 173 (67.97% from 255 or 35.45% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4EAD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED4EAD is #12B152. Grayscale: #888888. Windows color (decimal): -1225043 or 11357933. OLE color: 11357933.

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

Color convert

RGB23778173-
CMYK00.670.270.07
HSL324.15º81.54%61.76%-
HSV(B)324.15º67.09%92.94%-
XYZ45.1926.4742.26-
YUV136.37148.68199.78-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.57%
GREEN value IS 78 (30.86% from 255) = 15.98%
BLUE value IS 173 (67.97% from 255) = 35.45%
R=48.57%
G=15.98%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2377817300.670.270.07324.1581.5461.76
HexED4EAD0431B7144523e
Octal355116255010333750412276
Binary1110110110011101010110101000011110111111010001001010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED4EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED4EAD; }

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

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

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

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

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

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

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

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