Html Css Color HEX #EC559A Brilliant Rose

📋 copy color: '#EC559A'

red 236 ◦ green 85 ◦ blue 154

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

Shades of Brilliant Rose #EC559A

Tints of Brilliant Rose #EC559A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 32.42%

R = 49.68%
G = 17.89%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EC559A (or 0xEC559A) is known color: Brilliant Rose. HEX triplet: EC, 55 and 9A. RGB value is (236,85,154). Sum of RGB (Red+Green+Blue) = 236+85+154=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 85 (33.59% from 255 or 17.89% from 475); Blue value is 154 (60.55% from 255 or 32.42% from 475); Max value from RGB is 236 - color contains mainly: red. Hex color #EC559A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC559A is #13AA65. Grayscale: #898989. Windows color (decimal): -1288806 or 10114540. OLE color: 10114540.

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

Color convert

RGB 236 85 154 -
CMYK 0 0.64 0.35 0.07
HSL 332.58º 0.8% 0.63% -
HSV(B) 332.58º 0.64% 0.93% -
XYZ 43.67 26.66 33.42 -
YUV 138.02 137.03 197.89 -
System Red Green Blue C M Y K H S L
Decimal 236 85 154 0 0.64 0.35 0.07 332.58 0.8 0.63
Hex EC 55 9A 0 40 23 7 14D 50 3F
Octal 354 125 232 0 100 43 7 515 120 77
Binary 11101100 1010101 10011010 0 1000000 100011 111 101001101 1010000 111111

Color Harmonies of #EC559A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC559A

Black with #EC559A

Text Example


Text Example

White with #EC559A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC559A; }

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

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

background-color css

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

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

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

border-color css

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

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

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