#EC53AF

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

Shades of Brilliant Rose #EC53AF

Tints of Brilliant Rose #EC53AF

Color information

#EC53AF (or 0xEC53AF) is unknown color: approx Brilliant Rose. HEX triplet: EC, 53 and AF. RGB value is (236,83,175). Sum of RGB (Red+Green+Blue) = 236+83+175=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 83 (32.81% from 255 or 16.80% from 494); Blue value is 175 (68.75% from 255 or 35.43% from 494); Max value from RGB is 236 - color contains mainly: red. Hex color #EC53AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC53AF is #13AC50. Grayscale: #8B8B8B. Windows color (decimal): -1289297 or 11490284. OLE color: 11490284.

HSL color Cylindrical-coordinate representation of color #EC53AF: hue angle of 323.92º degrees, saturation: 0.8, 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 #EC53AF is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB23683175-
CMYK00.650.260.07
HSL323.92º80.1%62.55%-
HSV(B)323.92º64.83%92.55%-
XYZ45.4227.1143.4-
YUV139.23148.19197.02-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.77%
GREEN value IS 83 (32.81% from 255) = 16.80%
BLUE value IS 175 (68.75% from 255) = 35.43%
R=47.77%
G=16.80%
B=35.43%

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
Decimal2368317500.650.260.07323.9280.162.55
HexEC53AF0411A7144503f
Octal354123257010132750412077
Binary1110110010100111010111101000001110101111010001001010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC53AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC53AF; }

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

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

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

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

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

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

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

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