Html Css Color HEX #EC54A1 Brilliant Rose

📋 copy color: '#EC54A1'

red 236 ◦ green 84 ◦ blue 161

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

Shades of Brilliant Rose #EC54A1

Tints of Brilliant Rose #EC54A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 33.47%

R = 49.06%
G = 17.46%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#EC54A1 (or 0xEC54A1) is known color: Brilliant Rose. HEX triplet: EC, 54 and A1. RGB value is (236,84,161). Sum of RGB (Red+Green+Blue) = 236+84+161=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 84 (33.20% from 255 or 17.46% from 481); Blue value is 161 (63.28% from 255 or 33.47% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #EC54A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC54A1 is #13AB5E. Grayscale: #8A8A8A. Windows color (decimal): -1289055 or 10573036. OLE color: 10573036.

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

Color convert

RGB 236 84 161 -
CMYK 0 0.64 0.32 0.07
HSL 329.61º 0.8% 0.63% -
HSV(B) 329.61º 0.64% 0.93% -
XYZ 44.2 26.75 36.55 -
YUV 138.23 140.86 197.74 -
System Red Green Blue C M Y K H S L
Decimal 236 84 161 0 0.64 0.32 0.07 329.61 0.8 0.63
Hex EC 54 A1 0 40 20 7 14A 50 3F
Octal 354 124 241 0 100 40 7 512 120 77
Binary 11101100 1010100 10100001 0 1000000 100000 111 101001010 1010000 111111

Color Harmonies of #EC54A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC54A1

Black with #EC54A1

Text Example


Text Example

White with #EC54A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC54A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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