Html Css Color HEX #EC59A8 Brilliant Rose

📋 copy color: '#EC59A8'

red 236 ◦ green 89 ◦ blue 168

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

Shades of Brilliant Rose #EC59A8

Tints of Brilliant Rose #EC59A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 34.08%

R = 47.87%
G = 18.05%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#EC59A8 (or 0xEC59A8) is known color: Brilliant Rose. HEX triplet: EC, 59 and A8. RGB value is (236,89,168). Sum of RGB (Red+Green+Blue) = 236+89+168=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 89 (35.16% from 255 or 18.05% from 493); Blue value is 168 (66.02% from 255 or 34.08% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #EC59A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC59A8 is #13A657. Grayscale: #8D8D8D. Windows color (decimal): -1287768 or 11033068. OLE color: 11033068.

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

Color convert

RGB 236 89 168 -
CMYK 0 0.62 0.29 0.07
HSL 327.76º 0.79% 0.64% -
HSV(B) 327.76º 0.62% 0.93% -
XYZ 45.23 27.8 40.03 -
YUV 141.96 142.7 195.08 -
System Red Green Blue C M Y K H S L
Decimal 236 89 168 0 0.62 0.29 0.07 327.76 0.79 0.64
Hex EC 59 A8 0 3E 1D 7 148 4F 40
Octal 354 131 250 0 76 35 7 510 117 100
Binary 11101100 1011001 10101000 0 111110 11101 111 101001000 1001111 1000000

Color Harmonies of #EC59A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC59A8

Black with #EC59A8

Text Example


Text Example

White with #EC59A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC59A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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