#ED4AA0

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

Shades of Brilliant Rose #ED4AA0

Tints of Brilliant Rose #ED4AA0

Color information

#ED4AA0 (or 0xED4AA0) is unknown color: approx Brilliant Rose. HEX triplet: ED, 4A and A0. RGB value is (237,74,160). Sum of RGB (Red+Green+Blue) = 237+74+160=471 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.32% from 471); Green value is 74 (29.30% from 255 or 15.71% from 471); Blue value is 160 (62.89% from 255 or 33.97% from 471); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4AA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED4AA0 is #12B55F. Grayscale: #848484. Windows color (decimal): -1226080 or 10504941. OLE color: 10504941.

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

Color convert

RGB23774160-
CMYK00.690.320.07
HSL328.34º81.91%60.98%-
HSV(B)328.34º68.78%92.94%-
XYZ43.7225.4435.86-
YUV132.54143.5202.51-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 50.32%
GREEN value IS 74 (29.30% from 255) = 15.71%
BLUE value IS 160 (62.89% from 255) = 33.97%
R=50.32%
G=15.71%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2377416000.690.320.07328.3481.9160.98
HexED4AA0045207148523d
Octal355112240010540751012275
Binary11101101100101010100000010001011000001111010010001010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED4AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED4AA0; }

 p { color: rgb(237,74,160); }

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

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

 a { background-color: rgb(237,74,160); }

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

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

 span { border-color: rgb(237,74,160); }

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