#ED53AF

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

Shades of Brilliant Rose #ED53AF

Tints of Brilliant Rose #ED53AF

Color information

#ED53AF (or 0xED53AF) is unknown color: approx Brilliant Rose. HEX triplet: ED, 53 and AF. RGB value is (237,83,175). Sum of RGB (Red+Green+Blue) = 237+83+175=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 83 (32.81% from 255 or 16.77% from 495); Blue value is 175 (68.75% from 255 or 35.35% from 495); Max value from RGB is 237 - color contains mainly: red. Hex color #ED53AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED53AF is #12AC50. Grayscale: #8B8B8B. Windows color (decimal): -1223761 or 11490285. OLE color: 11490285.

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

Color convert

RGB23783175-
CMYK00.650.260.07
HSL324.16º81.05%62.75%-
HSV(B)324.16º64.98%92.94%-
XYZ45.7627.2943.41-
YUV139.53148.02197.52-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.88%
GREEN value IS 83 (32.81% from 255) = 16.77%
BLUE value IS 175 (68.75% from 255) = 35.35%
R=47.88%
G=16.77%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2378317500.650.260.07324.1681.0562.75
HexED53AF0411A7144513f
Octal355123257010132750412177
Binary1110110110100111010111101000001110101111010001001010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED53AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED53AF; }

 p { color: rgb(237,83,175); }

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

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

 a { background-color: rgb(237,83,175); }

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

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

 span { border-color: rgb(237,83,175); }

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