Html Css Color HEX #EC54AA Brilliant Rose

📋 copy color: '#EC54AA'

red 236 ◦ green 84 ◦ blue 170

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

Shades of Brilliant Rose #EC54AA

Tints of Brilliant Rose #EC54AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 34.69%

R = 48.16%
G = 17.14%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EC54AA (or 0xEC54AA) is known color: Brilliant Rose. HEX triplet: EC, 54 and AA. RGB value is (236,84,170). Sum of RGB (Red+Green+Blue) = 236+84+170=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 84 (33.20% from 255 or 17.14% from 490); Blue value is 170 (66.80% from 255 or 34.69% from 490); Max value from RGB is 236 - color contains mainly: red. Hex color #EC54AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC54AA is #13AB55. Grayscale: #8B8B8B. Windows color (decimal): -1289046 or 11162860. OLE color: 11162860.

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

Color convert

RGB 236 84 170 -
CMYK 0 0.64 0.28 0.07
HSL 326.05º 0.8% 0.63% -
HSV(B) 326.05º 0.64% 0.93% -
XYZ 45.02 27.08 40.88 -
YUV 139.25 145.36 197.01 -
System Red Green Blue C M Y K H S L
Decimal 236 84 170 0 0.64 0.28 0.07 326.05 0.8 0.63
Hex EC 54 AA 0 40 1C 7 146 50 3F
Octal 354 124 252 0 100 34 7 506 120 77
Binary 11101100 1010100 10101010 0 1000000 11100 111 101000110 1010000 111111

Color Harmonies of #EC54AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC54AA

Black with #EC54AA

Text Example


Text Example

White with #EC54AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC54AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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