Html Css Color HEX #EC55AA Brilliant Rose

📋 copy color: '#EC55AA'

red 236 ◦ green 85 ◦ blue 170

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

Shades of Brilliant Rose #EC55AA

Tints of Brilliant Rose #EC55AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 34.62%

R = 48.07%
G = 17.31%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EC55AA (or 0xEC55AA) is known color: Brilliant Rose. HEX triplet: EC, 55 and AA. RGB value is (236,85,170). Sum of RGB (Red+Green+Blue) = 236+85+170=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 85 (33.59% from 255 or 17.31% from 491); Blue value is 170 (66.80% from 255 or 34.62% from 491); Max value from RGB is 236 - color contains mainly: red. Hex color #EC55AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC55AA is #13AA55. Grayscale: #8B8B8B. Windows color (decimal): -1288790 or 11163116. OLE color: 11163116.

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

Color convert

RGB 236 85 170 -
CMYK 0 0.64 0.28 0.07
HSL 326.23º 0.8% 0.63% -
HSV(B) 326.23º 0.64% 0.93% -
XYZ 45.1 27.23 40.91 -
YUV 139.84 145.03 196.59 -
System Red Green Blue C M Y K H S L
Decimal 236 85 170 0 0.64 0.28 0.07 326.23 0.8 0.63
Hex EC 55 AA 0 40 1C 7 146 50 3F
Octal 354 125 252 0 100 34 7 506 120 77
Binary 11101100 1010101 10101010 0 1000000 11100 111 101000110 1010000 111111

Color Harmonies of #EC55AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC55AA

Black with #EC55AA

Text Example


Text Example

White with #EC55AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC55AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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