#ED43AA

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

Shades of Brilliant Rose #ED43AA

Tints of Brilliant Rose #ED43AA

Color information

#ED43AA (or 0xED43AA) is unknown color: approx Brilliant Rose. HEX triplet: ED, 43 and AA. RGB value is (237,67,170). Sum of RGB (Red+Green+Blue) = 237+67+170=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 67 (26.56% from 255 or 14.14% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #ED43AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED43AA is #12BC55. Grayscale: #818181. Windows color (decimal): -1227862 or 11158509. OLE color: 11158509.

HSL color Cylindrical-coordinate representation of color #ED43AA: hue angle of 323.65º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ED43AA is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB23767170-
CMYK00.720.280.07
HSL323.65º82.52%59.61%-
HSV(B)323.65º71.73%92.94%-
XYZ44.1924.9240.51-
YUV129.57150.82204.62-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 50%
GREEN value IS 67 (26.56% from 255) = 14.14%
BLUE value IS 170 (66.80% from 255) = 35.86%
R=50%
G=14.14%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2376717000.720.280.07323.6582.5259.61
HexED43AA0481C7144533c
Octal355103252011034750412374
Binary1110110110000111010101001001000111001111010001001010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED43AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED43AA; }

 p { color: rgb(237,67,170); }

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

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

 a { background-color: rgb(237,67,170); }

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

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

 span { border-color: rgb(237,67,170); }

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