Html Css Color HEX #EC56AD Brilliant Rose

📋 copy color: '#EC56AD'

red 236 ◦ green 86 ◦ blue 173

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

Shades of Brilliant Rose #EC56AD

Tints of Brilliant Rose #EC56AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 34.95%

R = 47.68%
G = 17.37%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EC56AD (or 0xEC56AD) is known color: Brilliant Rose. HEX triplet: EC, 56 and AD. RGB value is (236,86,173). Sum of RGB (Red+Green+Blue) = 236+86+173=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 86 (33.98% from 255 or 17.37% from 495); Blue value is 173 (67.97% from 255 or 34.95% from 495); Max value from RGB is 236 - color contains mainly: red. Hex color #EC56AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC56AD is #13A952. Grayscale: #8C8C8C. Windows color (decimal): -1288531 or 11359980. OLE color: 11359980.

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

Color convert

RGB 236 86 173 -
CMYK 0 0.64 0.27 0.07
HSL 325.2º 0.8% 0.63% -
HSV(B) 325.2º 0.64% 0.93% -
XYZ 45.46 27.51 42.45 -
YUV 140.77 146.2 195.93 -
System Red Green Blue C M Y K H S L
Decimal 236 86 173 0 0.64 0.27 0.07 325.2 0.8 0.63
Hex EC 56 AD 0 40 1B 7 145 50 3F
Octal 354 126 255 0 100 33 7 505 120 77
Binary 11101100 1010110 10101101 0 1000000 11011 111 101000101 1010000 111111

Color Harmonies of #EC56AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC56AD

Black with #EC56AD

Text Example


Text Example

White with #EC56AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC56AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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