Html Css Color HEX #EC59AA Brilliant Rose

📋 copy color: '#EC59AA'

red 236 ◦ green 89 ◦ blue 170

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

Shades of Brilliant Rose #EC59AA

Tints of Brilliant Rose #EC59AA

RGB

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

 GREEN value IS 89 (35.16% from 255) = 17.98%

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

R = 47.68%
G = 17.98%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EC59AA (or 0xEC59AA) is known color: Brilliant Rose. HEX triplet: EC, 59 and AA. RGB value is (236,89,170). Sum of RGB (Red+Green+Blue) = 236+89+170=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 89 (35.16% from 255 or 17.98% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 236 - color contains mainly: red. Hex color #EC59AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC59AA is #13A655. Grayscale: #8E8E8E. Windows color (decimal): -1287766 or 11164140. OLE color: 11164140.

HSL color Cylindrical-coordinate representation of color #EC59AA: hue angle of 326.94º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EC59AA is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 89 170 -
CMYK 0 0.62 0.28 0.07
HSL 326.94º 0.79% 0.64% -
HSV(B) 326.94º 0.62% 0.93% -
XYZ 45.42 27.88 41.02 -
YUV 142.19 143.7 194.91 -
System Red Green Blue C M Y K H S L
Decimal 236 89 170 0 0.62 0.28 0.07 326.94 0.79 0.64
Hex EC 59 AA 0 3E 1C 7 147 4F 40
Octal 354 131 252 0 76 34 7 507 117 100
Binary 11101100 1011001 10101010 0 111110 11100 111 101000111 1001111 1000000

Color Harmonies of #EC59AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC59AA

Black with #EC59AA

Text Example


Text Example

White with #EC59AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC59AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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