Html Css Color HEX #EC519E Brilliant Rose

📋 copy color: '#EC519E'

red 236 ◦ green 81 ◦ blue 158

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

Shades of Brilliant Rose #EC519E

Tints of Brilliant Rose #EC519E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.05%

 BLUE value IS 158 (62.11% from 255) = 33.26%

R = 49.68%
G = 17.05%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EC519E (or 0xEC519E) is known color: Brilliant Rose. HEX triplet: EC, 51 and 9E. RGB value is (236,81,158). Sum of RGB (Red+Green+Blue) = 236+81+158=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 81 (32.03% from 255 or 17.05% from 475); Blue value is 158 (62.11% from 255 or 33.26% from 475); Max value from RGB is 236 - color contains mainly: red. Hex color #EC519E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC519E is #13AE61. Grayscale: #878787. Windows color (decimal): -1289826 or 10375660. OLE color: 10375660.

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

Color convert

RGB 236 81 158 -
CMYK 0 0.66 0.33 0.07
HSL 330.19º 0.8% 0.62% -
HSV(B) 330.19º 0.66% 0.93% -
XYZ 43.71 26.19 35.1 -
YUV 136.12 140.35 199.24 -
System Red Green Blue C M Y K H S L
Decimal 236 81 158 0 0.66 0.33 0.07 330.19 0.8 0.62
Hex EC 51 9E 0 42 21 7 14A 50 3E
Octal 354 121 236 0 102 41 7 512 120 76
Binary 11101100 1010001 10011110 0 1000010 100001 111 101001010 1010000 111110

Color Harmonies of #EC519E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC519E

Black with #EC519E

Text Example


Text Example

White with #EC519E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC519E; }

 p { color: rgb(236,81,158); }

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

background-color css

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

 a { background-color: rgb(236,81,158); }

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

border-color css

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

 span { border-color: rgb(236,81,158); }

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