Html Css Color HEX #EC54A5 Brilliant Rose

📋 copy color: '#EC54A5'

red 236 ◦ green 84 ◦ blue 165

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

Shades of Brilliant Rose #EC54A5

Tints of Brilliant Rose #EC54A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 34.02%

R = 48.66%
G = 17.32%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#EC54A5 (or 0xEC54A5) is known color: Brilliant Rose. HEX triplet: EC, 54 and A5. RGB value is (236,84,165). Sum of RGB (Red+Green+Blue) = 236+84+165=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 84 (33.20% from 255 or 17.32% from 485); Blue value is 165 (64.84% from 255 or 34.02% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #EC54A5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC54A5 is #13AB5A. Grayscale: #8A8A8A. Windows color (decimal): -1289051 or 10835180. OLE color: 10835180.

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

Color convert

RGB 236 84 165 -
CMYK 0 0.64 0.30 0.07
HSL 328.03º 0.8% 0.63% -
HSV(B) 328.03º 0.64% 0.93% -
XYZ 44.55 26.89 38.44 -
YUV 138.68 142.86 197.41 -
System Red Green Blue C M Y K H S L
Decimal 236 84 165 0 0.64 0.30 0.07 328.03 0.8 0.63
Hex EC 54 A5 0 40 1E 7 148 50 3F
Octal 354 124 245 0 100 36 7 510 120 77
Binary 11101100 1010100 10100101 0 1000000 11110 111 101001000 1010000 111111

Color Harmonies of #EC54A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC54A5

Black with #EC54A5

Text Example


Text Example

White with #EC54A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC54A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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