Html Css Color HEX #EC559D Brilliant Rose

📋 copy color: '#EC559D'

red 236 ◦ green 85 ◦ blue 157

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

Shades of Brilliant Rose #EC559D

Tints of Brilliant Rose #EC559D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 32.85%

R = 49.37%
G = 17.78%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EC559D (or 0xEC559D) is known color: Brilliant Rose. HEX triplet: EC, 55 and 9D. RGB value is (236,85,157). Sum of RGB (Red+Green+Blue) = 236+85+157=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 85 (33.59% from 255 or 17.78% from 478); Blue value is 157 (61.72% from 255 or 32.85% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #EC559D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC559D is #13AA62. Grayscale: #8A8A8A. Windows color (decimal): -1288803 or 10311148. OLE color: 10311148.

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

Color convert

RGB 236 85 157 -
CMYK 0 0.64 0.33 0.07
HSL 331.39º 0.8% 0.63% -
HSV(B) 331.39º 0.64% 0.93% -
XYZ 43.93 26.76 34.75 -
YUV 138.36 138.53 197.65 -
System Red Green Blue C M Y K H S L
Decimal 236 85 157 0 0.64 0.33 0.07 331.39 0.8 0.63
Hex EC 55 9D 0 40 21 7 14B 50 3F
Octal 354 125 235 0 100 41 7 513 120 77
Binary 11101100 1010101 10011101 0 1000000 100001 111 101001011 1010000 111111

Color Harmonies of #EC559D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC559D

Black with #EC559D

Text Example


Text Example

White with #EC559D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC559D; }

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

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

background-color css

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

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

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

border-color css

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

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

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