#ED47A8

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

Shades of Brilliant Rose #ED47A8

Tints of Brilliant Rose #ED47A8

Color information

#ED47A8 (or 0xED47A8) is unknown color: approx Brilliant Rose. HEX triplet: ED, 47 and A8. RGB value is (237,71,168). Sum of RGB (Red+Green+Blue) = 237+71+168=476 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.79% from 476); Green value is 71 (28.12% from 255 or 14.92% from 476); Blue value is 168 (66.02% from 255 or 35.29% from 476); Max value from RGB is 237 - color contains mainly: red. Hex color #ED47A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED47A8 is #12B857. Grayscale: #838383. Windows color (decimal): -1226840 or 11028461. OLE color: 11028461.

HSL color Cylindrical-coordinate representation of color #ED47A8: hue angle of 324.94º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ED47A8 is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB23771168-
CMYK00.700.290.07
HSL324.94º82.18%60.39%-
HSV(B)324.94º70.04%92.94%-
XYZ44.2525.3439.6-
YUV131.69148.5203.11-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.79%
GREEN value IS 71 (28.12% from 255) = 14.92%
BLUE value IS 168 (66.02% from 255) = 35.29%
R=49.79%
G=14.92%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2377116800.700.290.07324.9482.1860.39
HexED47A80461D7145523c
Octal355107250010635750512274
Binary1110110110001111010100001000110111011111010001011010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED47A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED47A8; }

 p { color: rgb(237,71,168); }

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

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

 a { background-color: rgb(237,71,168); }

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

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

 span { border-color: rgb(237,71,168); }

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