Html Css Color HEX #EC50A8 Brilliant Rose

📋 copy color: '#EC50A8'

red 236 ◦ green 80 ◦ blue 168

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

Shades of Brilliant Rose #EC50A8

Tints of Brilliant Rose #EC50A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 34.71%

R = 48.76%
G = 16.53%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#EC50A8 (or 0xEC50A8) is known color: Brilliant Rose. HEX triplet: EC, 50 and A8. RGB value is (236,80,168). Sum of RGB (Red+Green+Blue) = 236+80+168=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 80 (31.64% from 255 or 16.53% from 484); Blue value is 168 (66.02% from 255 or 34.71% from 484); Max value from RGB is 236 - color contains mainly: red. Hex color #EC50A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC50A8 is #13AF57. Grayscale: #888888. Windows color (decimal): -1290072 or 11030764. OLE color: 11030764.

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

Color convert

RGB 236 80 168 -
CMYK 0 0.66 0.29 0.07
HSL 326.15º 0.8% 0.62% -
HSV(B) 326.15º 0.66% 0.93% -
XYZ 44.53 26.4 39.79 -
YUV 136.68 145.68 198.84 -
System Red Green Blue C M Y K H S L
Decimal 236 80 168 0 0.66 0.29 0.07 326.15 0.8 0.62
Hex EC 50 A8 0 42 1D 7 146 50 3E
Octal 354 120 250 0 102 35 7 506 120 76
Binary 11101100 1010000 10101000 0 1000010 11101 111 101000110 1010000 111110

Color Harmonies of #EC50A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC50A8

Black with #EC50A8

Text Example


Text Example

White with #EC50A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC50A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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