#ED60A3

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

Shades of Brilliant Rose #ED60A3

Tints of Brilliant Rose #ED60A3

Color information

#ED60A3 (or 0xED60A3) is unknown color: approx Brilliant Rose. HEX triplet: ED, 60 and A3. RGB value is (237,96,163). Sum of RGB (Red+Green+Blue) = 237+96+163=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 96 (37.89% from 255 or 19.35% from 496); Blue value is 163 (64.06% from 255 or 32.86% from 496); Max value from RGB is 237 - color contains mainly: red. Hex color #ED60A3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED60A3 is #129F5C. Grayscale: #919191. Windows color (decimal): -1220445 or 10707181. OLE color: 10707181.

HSL color Cylindrical-coordinate representation of color #ED60A3: hue angle of 331.49º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED60A3 is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB23796163-
CMYK00.590.310.07
HSL331.49º79.66%65.29%-
HSV(B)331.49º59.49%92.94%-
XYZ45.7229.0137.84-
YUV145.8137.71193.05-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.78%
GREEN value IS 96 (37.89% from 255) = 19.35%
BLUE value IS 163 (64.06% from 255) = 32.86%
R=47.78%
G=19.35%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2379616300.590.310.07331.4979.6665.29
HexED60A303B1F714b5041
Octal355140243073377513120101
Binary1110110111000001010001101110111111111110100101110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED60A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED60A3; }

 p { color: rgb(237,96,163); }

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

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

 a { background-color: rgb(237,96,163); }

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

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

 span { border-color: rgb(237,96,163); }

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