Html Css Color HEX #EC56AB Brilliant Rose

📋 copy color: '#EC56AB'

red 236 ◦ green 86 ◦ blue 171

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

Shades of Brilliant Rose #EC56AB

Tints of Brilliant Rose #EC56AB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.44%

 BLUE value IS 171 (67.19% from 255) = 34.69%

R = 47.87%
G = 17.44%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EC56AB (or 0xEC56AB) is known color: Brilliant Rose. HEX triplet: EC, 56 and AB. RGB value is (236,86,171). Sum of RGB (Red+Green+Blue) = 236+86+171=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 86 (33.98% from 255 or 17.44% from 493); Blue value is 171 (67.19% from 255 or 34.69% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #EC56AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC56AB is #13A954. Grayscale: #8C8C8C. Windows color (decimal): -1288533 or 11228908. OLE color: 11228908.

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

Color convert

RGB 236 86 171 -
CMYK 0 0.64 0.28 0.07
HSL 326º 0.8% 0.63% -
HSV(B) 326º 0.64% 0.93% -
XYZ 45.27 27.43 41.44 -
YUV 140.54 145.2 196.09 -
System Red Green Blue C M Y K H S L
Decimal 236 86 171 0 0.64 0.28 0.07 326 0.8 0.63
Hex EC 56 AB 0 40 1C 7 146 50 3F
Octal 354 126 253 0 100 34 7 506 120 77
Binary 11101100 1010110 10101011 0 1000000 11100 111 101000110 1010000 111111

Color Harmonies of #EC56AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC56AB

Black with #EC56AB

Text Example


Text Example

White with #EC56AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC56AB; }

 p { color: rgb(236,86,171); }

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

background-color css

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

 a { background-color: rgb(236,86,171); }

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

border-color css

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

 span { border-color: rgb(236,86,171); }

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