Html Css Color HEX #EC54AD Brilliant Rose

📋 copy color: '#EC54AD'

red 236 ◦ green 84 ◦ blue 173

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

Shades of Brilliant Rose #EC54AD

Tints of Brilliant Rose #EC54AD

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.04%

 BLUE value IS 173 (67.97% from 255) = 35.09%

R = 47.87%
G = 17.04%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EC54AD (or 0xEC54AD) is known color: Brilliant Rose. HEX triplet: EC, 54 and AD. RGB value is (236,84,173). Sum of RGB (Red+Green+Blue) = 236+84+173=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 84 (33.20% from 255 or 17.04% from 493); Blue value is 173 (67.97% from 255 or 35.09% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #EC54AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC54AD is #13AB52. Grayscale: #8B8B8B. Windows color (decimal): -1289043 or 11359468. OLE color: 11359468.

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

Color convert

RGB 236 84 173 -
CMYK 0 0.64 0.27 0.07
HSL 324.87º 0.8% 0.63% -
HSV(B) 324.87º 0.64% 0.93% -
XYZ 45.31 27.19 42.4 -
YUV 139.59 146.86 196.76 -
System Red Green Blue C M Y K H S L
Decimal 236 84 173 0 0.64 0.27 0.07 324.87 0.8 0.63
Hex EC 54 AD 0 40 1B 7 145 50 3F
Octal 354 124 255 0 100 33 7 505 120 77
Binary 11101100 1010100 10101101 0 1000000 11011 111 101000101 1010000 111111

Color Harmonies of #EC54AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC54AD

Black with #EC54AD

Text Example


Text Example

White with #EC54AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC54AD; }

 p { color: rgb(236,84,173); }

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

background-color css

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

 a { background-color: rgb(236,84,173); }

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

border-color css

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

 span { border-color: rgb(236,84,173); }

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