Html Css Color HEX #EC59A5 Brilliant Rose

📋 copy color: '#EC59A5'

red 236 ◦ green 89 ◦ blue 165

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

Shades of Brilliant Rose #EC59A5

Tints of Brilliant Rose #EC59A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 33.67%

R = 48.16%
G = 18.16%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#EC59A5 (or 0xEC59A5) is known color: Brilliant Rose. HEX triplet: EC, 59 and A5. RGB value is (236,89,165). Sum of RGB (Red+Green+Blue) = 236+89+165=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 89 (35.16% from 255 or 18.16% from 490); Blue value is 165 (64.84% from 255 or 33.67% from 490); Max value from RGB is 236 - color contains mainly: red. Hex color #EC59A5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC59A5 is #13A65A. Grayscale: #8D8D8D. Windows color (decimal): -1287771 or 10836460. OLE color: 10836460.

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

Color convert

RGB 236 89 165 -
CMYK 0 0.62 0.30 0.07
HSL 328.98º 0.79% 0.64% -
HSV(B) 328.98º 0.62% 0.93% -
XYZ 44.96 27.69 38.57 -
YUV 141.62 141.2 195.32 -
System Red Green Blue C M Y K H S L
Decimal 236 89 165 0 0.62 0.30 0.07 328.98 0.79 0.64
Hex EC 59 A5 0 3E 1E 7 149 4F 40
Octal 354 131 245 0 76 36 7 511 117 100
Binary 11101100 1011001 10100101 0 111110 11110 111 101001001 1001111 1000000

Color Harmonies of #EC59A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC59A5

Black with #EC59A5

Text Example


Text Example

White with #EC59A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC59A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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