Html Css Color HEX #EC53A0 Brilliant Rose

📋 copy color: '#EC53A0'

red 236 ◦ green 83 ◦ blue 160

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

Shades of Brilliant Rose #EC53A0

Tints of Brilliant Rose #EC53A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 33.4%

R = 49.27%
G = 17.33%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#EC53A0 (or 0xEC53A0) is known color: Brilliant Rose. HEX triplet: EC, 53 and A0. RGB value is (236,83,160). Sum of RGB (Red+Green+Blue) = 236+83+160=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 83 (32.81% from 255 or 17.33% from 479); Blue value is 160 (62.89% from 255 or 33.40% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #EC53A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC53A0 is #13AC5F. Grayscale: #898989. Windows color (decimal): -1289312 or 10507244. OLE color: 10507244.

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

Color convert

RGB 236 83 160 -
CMYK 0 0.65 0.32 0.07
HSL 329.8º 0.8% 0.63% -
HSV(B) 329.8º 0.65% 0.93% -
XYZ 44.03 26.56 36.06 -
YUV 137.53 140.69 198.24 -
System Red Green Blue C M Y K H S L
Decimal 236 83 160 0 0.65 0.32 0.07 329.8 0.8 0.63
Hex EC 53 A0 0 41 20 7 14A 50 3F
Octal 354 123 240 0 101 40 7 512 120 77
Binary 11101100 1010011 10100000 0 1000001 100000 111 101001010 1010000 111111

Color Harmonies of #EC53A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC53A0

Black with #EC53A0

Text Example


Text Example

White with #EC53A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC53A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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