Html Css Color HEX #EC50A7 Brilliant Rose

📋 copy color: '#EC50A7'

red 236 ◦ green 80 ◦ blue 167

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

Shades of Brilliant Rose #EC50A7

Tints of Brilliant Rose #EC50A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 34.58%

R = 48.86%
G = 16.56%
B = 34.58%

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

#EC50A7 (or 0xEC50A7) is known color: Brilliant Rose. HEX triplet: EC, 50 and A7. RGB value is (236,80,167). Sum of RGB (Red+Green+Blue) = 236+80+167=483 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.86% from 483); Green value is 80 (31.64% from 255 or 16.56% from 483); Blue value is 167 (65.62% from 255 or 34.58% from 483); Max value from RGB is 236 - color contains mainly: red. Hex color #EC50A7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC50A7 is #13AF58. Grayscale: #888888. Windows color (decimal): -1290073 or 10965228. OLE color: 10965228.

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

Color convert

RGB 236 80 167 -
CMYK 0 0.66 0.29 0.07
HSL 326.54º 0.8% 0.62% -
HSV(B) 326.54º 0.66% 0.93% -
XYZ 44.44 26.36 39.31 -
YUV 136.56 145.18 198.93 -
System Red Green Blue C M Y K H S L
Decimal 236 80 167 0 0.66 0.29 0.07 326.54 0.8 0.62
Hex EC 50 A7 0 42 1D 7 147 50 3E
Octal 354 120 247 0 102 35 7 507 120 76
Binary 11101100 1010000 10100111 0 1000010 11101 111 101000111 1010000 111110

Color Harmonies of #EC50A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC50A7

Black with #EC50A7

Text Example


Text Example

White with #EC50A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC50A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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