Html Css Color HEX #EC55AE Brilliant Rose

📋 copy color: '#EC55AE'

red 236 ◦ green 85 ◦ blue 174

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

Shades of Brilliant Rose #EC55AE

Tints of Brilliant Rose #EC55AE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.17%

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

R = 47.68%
G = 17.17%
B = 35.15%

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

#EC55AE (or 0xEC55AE) is known color: Brilliant Rose. HEX triplet: EC, 55 and AE. RGB value is (236,85,174). Sum of RGB (Red+Green+Blue) = 236+85+174=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 85 (33.59% from 255 or 17.17% from 495); Blue value is 174 (68.36% from 255 or 35.15% from 495); Max value from RGB is 236 - color contains mainly: red. Hex color #EC55AE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC55AE is #13AA51. Grayscale: #8C8C8C. Windows color (decimal): -1288786 or 11425260. OLE color: 11425260.

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

Color convert

RGB 236 85 174 -
CMYK 0 0.64 0.26 0.07
HSL 324.64º 0.8% 0.63% -
HSV(B) 324.64º 0.64% 0.93% -
XYZ 45.48 27.39 42.93 -
YUV 140.3 147.03 196.26 -
System Red Green Blue C M Y K H S L
Decimal 236 85 174 0 0.64 0.26 0.07 324.64 0.8 0.63
Hex EC 55 AE 0 40 1A 7 145 50 3F
Octal 354 125 256 0 100 32 7 505 120 77
Binary 11101100 1010101 10101110 0 1000000 11010 111 101000101 1010000 111111

Color Harmonies of #EC55AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC55AE

Black with #EC55AE

Text Example


Text Example

White with #EC55AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC55AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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