Html Css Color HEX #EC50AD Brilliant Rose

📋 copy color: '#EC50AD'

red 236 ◦ green 80 ◦ blue 173

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

Shades of Brilliant Rose #EC50AD

Tints of Brilliant Rose #EC50AD

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.36%

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

R = 48.26%
G = 16.36%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EC50AD (or 0xEC50AD) is known color: Brilliant Rose. HEX triplet: EC, 50 and AD. RGB value is (236,80,173). Sum of RGB (Red+Green+Blue) = 236+80+173=489 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.26% from 489); Green value is 80 (31.64% from 255 or 16.36% from 489); Blue value is 173 (67.97% from 255 or 35.38% from 489); Max value from RGB is 236 - color contains mainly: red. Hex color #EC50AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC50AD is #13AF52. Grayscale: #898989. Windows color (decimal): -1290067 or 11358444. OLE color: 11358444.

HSL color Cylindrical-coordinate representation of color #EC50AD: hue angle of 324.23º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EC50AD is Cyan = 0, Magento = 0.66, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 80 173 -
CMYK 0 0.66 0.27 0.07
HSL 324.23º 0.8% 0.62% -
HSV(B) 324.23º 0.66% 0.93% -
XYZ 45 26.59 42.3 -
YUV 137.25 148.18 198.44 -
System Red Green Blue C M Y K H S L
Decimal 236 80 173 0 0.66 0.27 0.07 324.23 0.8 0.62
Hex EC 50 AD 0 42 1B 7 144 50 3E
Octal 354 120 255 0 102 33 7 504 120 76
Binary 11101100 1010000 10101101 0 1000010 11011 111 101000100 1010000 111110

Color Harmonies of #EC50AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC50AD

Black with #EC50AD

Text Example


Text Example

White with #EC50AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC50AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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