#ED4EB8

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

Shades of Brilliant Rose #ED4EB8

Tints of Brilliant Rose #ED4EB8

Color information

#ED4EB8 (or 0xED4EB8) is unknown color: approx Brilliant Rose. HEX triplet: ED, 4E and B8. RGB value is (237,78,184). Sum of RGB (Red+Green+Blue) = 237+78+184=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 78 (30.86% from 255 or 15.63% from 499); Blue value is 184 (72.27% from 255 or 36.87% from 499); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4EB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED4EB8 is #12B147. Grayscale: #898989. Windows color (decimal): -1225032 or 12078829. OLE color: 12078829.

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

Color convert

RGB23778184-
CMYK00.670.220.07
HSL320º81.54%61.76%-
HSV(B)320º67.09%92.94%-
XYZ46.326.9148.1-
YUV137.62154.18198.88-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.49%
GREEN value IS 78 (30.86% from 255) = 15.63%
BLUE value IS 184 (72.27% from 255) = 36.87%
R=47.49%
G=15.63%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2377818400.670.220.0732081.5461.76
HexED4EB8043167140523e
Octal355116270010326750012276
Binary1110110110011101011100001000011101101111010000001010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED4EB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED4EB8; }

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

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

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

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

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

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

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

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