Html Css Color HEX #EC54AE Brilliant Rose

📋 copy color: '#EC54AE'

red 236 ◦ green 84 ◦ blue 174

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

Shades of Brilliant Rose #EC54AE

Tints of Brilliant Rose #EC54AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 35.22%

R = 47.77%
G = 17%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EC54AE (or 0xEC54AE) is known color: Brilliant Rose. HEX triplet: EC, 54 and AE. RGB value is (236,84,174). Sum of RGB (Red+Green+Blue) = 236+84+174=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 84 (33.20% from 255 or 17.00% from 494); Blue value is 174 (68.36% from 255 or 35.22% from 494); Max value from RGB is 236 - color contains mainly: red. Hex color #EC54AE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC54AE is #13AB51. Grayscale: #8B8B8B. Windows color (decimal): -1289042 or 11425004. OLE color: 11425004.

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

Color convert

RGB 236 84 174 -
CMYK 0 0.64 0.26 0.07
HSL 324.47º 0.8% 0.63% -
HSV(B) 324.47º 0.64% 0.93% -
XYZ 45.4 27.23 42.91 -
YUV 139.71 147.36 196.68 -
System Red Green Blue C M Y K H S L
Decimal 236 84 174 0 0.64 0.26 0.07 324.47 0.8 0.63
Hex EC 54 AE 0 40 1A 7 144 50 3F
Octal 354 124 256 0 100 32 7 504 120 77
Binary 11101100 1010100 10101110 0 1000000 11010 111 101000100 1010000 111111

Color Harmonies of #EC54AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC54AE

Black with #EC54AE

Text Example


Text Example

White with #EC54AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC54AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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