Html Css Color HEX #EC53AE Brilliant Rose

📋 copy color: '#EC53AE'

red 236 ◦ green 83 ◦ blue 174

#EC53AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brilliant Rose #EC53AE

Tints of Brilliant Rose #EC53AE

RGB

 RED value IS 236 (92.58% from 255) = 47.87%

 GREEN value IS 83 (32.81% from 255) = 16.84%

 BLUE value IS 174 (68.36% from 255) = 35.29%

R = 47.87%
G = 16.84%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EC53AE (or 0xEC53AE) is known color: Brilliant Rose. HEX triplet: EC, 53 and AE. RGB value is (236,83,174). Sum of RGB (Red+Green+Blue) = 236+83+174=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 83 (32.81% from 255 or 16.84% from 493); Blue value is 174 (68.36% from 255 or 35.29% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #EC53AE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC53AE is #13AC51. Grayscale: #8A8A8A. Windows color (decimal): -1289298 or 11424748. OLE color: 11424748.

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

Color convert

RGB 236 83 174 -
CMYK 0 0.65 0.26 0.07
HSL 324.31º 0.8% 0.63% -
HSV(B) 324.31º 0.65% 0.93% -
XYZ 45.33 27.08 42.88 -
YUV 139.12 147.69 197.1 -
System Red Green Blue C M Y K H S L
Decimal 236 83 174 0 0.65 0.26 0.07 324.31 0.8 0.63
Hex EC 53 AE 0 41 1A 7 144 50 3F
Octal 354 123 256 0 101 32 7 504 120 77
Binary 11101100 1010011 10101110 0 1000001 11010 111 101000100 1010000 111111

Color Harmonies of #EC53AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC53AE

Black with #EC53AE

Text Example


Text Example

White with #EC53AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC53AE; }

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

 H1.HeaderClassName
 {
   color: #EC53AE;
 }
 .AnyTagClassName
 {
   color: #EC53AE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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