Html Css Color HEX #EC50A0 Brilliant Rose

📋 copy color: '#EC50A0'

red 236 ◦ green 80 ◦ blue 160

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

Shades of Brilliant Rose #EC50A0

Tints of Brilliant Rose #EC50A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 33.61%

R = 49.58%
G = 16.81%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#EC50A0 (or 0xEC50A0) is known color: Brilliant Rose. HEX triplet: EC, 50 and A0. RGB value is (236,80,160). Sum of RGB (Red+Green+Blue) = 236+80+160=476 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.58% from 476); Green value is 80 (31.64% from 255 or 16.81% from 476); Blue value is 160 (62.89% from 255 or 33.61% from 476); Max value from RGB is 236 - color contains mainly: red. Hex color #EC50A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC50A0 is #13AF5F. Grayscale: #878787. Windows color (decimal): -1290080 or 10506476. OLE color: 10506476.

HSL color Cylindrical-coordinate representation of color #EC50A0: hue angle of 329.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 #EC50A0 is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 80 160 -
CMYK 0 0.66 0.32 0.07
HSL 329.23º 0.8% 0.62% -
HSV(B) 329.23º 0.66% 0.93% -
XYZ 43.81 26.11 35.99 -
YUV 135.76 141.68 199.5 -
System Red Green Blue C M Y K H S L
Decimal 236 80 160 0 0.66 0.32 0.07 329.23 0.8 0.62
Hex EC 50 A0 0 42 20 7 149 50 3E
Octal 354 120 240 0 102 40 7 511 120 76
Binary 11101100 1010000 10100000 0 1000010 100000 111 101001001 1010000 111110

Color Harmonies of #EC50A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC50A0

Black with #EC50A0

Text Example


Text Example

White with #EC50A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC50A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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