Html Css Color HEX #EC50A6 Brilliant Rose

📋 copy color: '#EC50A6'

red 236 ◦ green 80 ◦ blue 166

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

Shades of Brilliant Rose #EC50A6

Tints of Brilliant Rose #EC50A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 34.44%

R = 48.96%
G = 16.6%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#EC50A6 (or 0xEC50A6) is known color: Brilliant Rose. HEX triplet: EC, 50 and A6. RGB value is (236,80,166). Sum of RGB (Red+Green+Blue) = 236+80+166=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 80 (31.64% from 255 or 16.60% from 482); Blue value is 166 (65.23% from 255 or 34.44% from 482); Max value from RGB is 236 - color contains mainly: red. Hex color #EC50A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC50A6 is #13AF59. Grayscale: #888888. Windows color (decimal): -1290074 or 10899692. OLE color: 10899692.

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

Color convert

RGB 236 80 166 -
CMYK 0 0.66 0.30 0.07
HSL 326.92º 0.8% 0.62% -
HSV(B) 326.92º 0.66% 0.93% -
XYZ 44.34 26.32 38.82 -
YUV 136.45 144.68 199.01 -
System Red Green Blue C M Y K H S L
Decimal 236 80 166 0 0.66 0.30 0.07 326.92 0.8 0.62
Hex EC 50 A6 0 42 1E 7 147 50 3E
Octal 354 120 246 0 102 36 7 507 120 76
Binary 11101100 1010000 10100110 0 1000010 11110 111 101000111 1010000 111110

Color Harmonies of #EC50A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC50A6

Black with #EC50A6

Text Example


Text Example

White with #EC50A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC50A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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