#ED47A7

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

Shades of Brilliant Rose #ED47A7

Tints of Brilliant Rose #ED47A7

Color information

#ED47A7 (or 0xED47A7) is unknown color: approx Brilliant Rose. HEX triplet: ED, 47 and A7. RGB value is (237,71,167). Sum of RGB (Red+Green+Blue) = 237+71+167=475 (62% of max value = 765). Red value is 237 (92.97% from 255 or 49.89% from 475); Green value is 71 (28.12% from 255 or 14.95% from 475); Blue value is 167 (65.62% from 255 or 35.16% from 475); Max value from RGB is 237 - color contains mainly: red. Hex color #ED47A7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED47A7 is #12B858. Grayscale: #838383. Windows color (decimal): -1226841 or 10962925. OLE color: 10962925.

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

Color convert

RGB23771167-
CMYK00.700.300.07
HSL325.3º82.18%60.39%-
HSV(B)325.3º70.04%92.94%-
XYZ44.1525.339.12-
YUV131.58148203.19-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.89%
GREEN value IS 71 (28.12% from 255) = 14.95%
BLUE value IS 167 (65.62% from 255) = 35.16%
R=49.89%
G=14.95%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2377116700.700.300.07325.382.1860.39
HexED47A70461E7145523c
Octal355107247010636750512274
Binary1110110110001111010011101000110111101111010001011010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED47A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED47A7; }

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

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

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

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

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

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

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

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