Html Css Color HEX #EC54AC Brilliant Rose

📋 copy color: '#EC54AC'

red 236 ◦ green 84 ◦ blue 172

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

Shades of Brilliant Rose #EC54AC

Tints of Brilliant Rose #EC54AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 34.96%

R = 47.97%
G = 17.07%
B = 34.96%

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

#EC54AC (or 0xEC54AC) is known color: Brilliant Rose. HEX triplet: EC, 54 and AC. RGB value is (236,84,172). Sum of RGB (Red+Green+Blue) = 236+84+172=492 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.97% from 492); Green value is 84 (33.20% from 255 or 17.07% from 492); Blue value is 172 (67.58% from 255 or 34.96% from 492); Max value from RGB is 236 - color contains mainly: red. Hex color #EC54AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC54AC is #13AB53. Grayscale: #8B8B8B. Windows color (decimal): -1289044 or 11293932. OLE color: 11293932.

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

Color convert

RGB 236 84 172 -
CMYK 0 0.64 0.27 0.07
HSL 325.26º 0.8% 0.63% -
HSV(B) 325.26º 0.64% 0.93% -
XYZ 45.21 27.15 41.89 -
YUV 139.48 146.36 196.84 -
System Red Green Blue C M Y K H S L
Decimal 236 84 172 0 0.64 0.27 0.07 325.26 0.8 0.63
Hex EC 54 AC 0 40 1B 7 145 50 3F
Octal 354 124 254 0 100 33 7 505 120 77
Binary 11101100 1010100 10101100 0 1000000 11011 111 101000101 1010000 111111

Color Harmonies of #EC54AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC54AC

Black with #EC54AC

Text Example


Text Example

White with #EC54AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC54AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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