Html Css Color HEX #EC519F Brilliant Rose

📋 copy color: '#EC519F'

red 236 ◦ green 81 ◦ blue 159

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

Shades of Brilliant Rose #EC519F

Tints of Brilliant Rose #EC519F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 33.4%

R = 49.58%
G = 17.02%
B = 33.4%

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

#EC519F (or 0xEC519F) is known color: Brilliant Rose. HEX triplet: EC, 51 and 9F. RGB value is (236,81,159). Sum of RGB (Red+Green+Blue) = 236+81+159=476 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.58% from 476); Green value is 81 (32.03% from 255 or 17.02% from 476); Blue value is 159 (62.5% from 255 or 33.40% from 476); Max value from RGB is 236 - color contains mainly: red. Hex color #EC519F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC519F is #13AE60. Grayscale: #888888. Windows color (decimal): -1289825 or 10441196. OLE color: 10441196.

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

Color convert

RGB 236 81 159 -
CMYK 0 0.66 0.33 0.07
HSL 329.81º 0.8% 0.62% -
HSV(B) 329.81º 0.66% 0.93% -
XYZ 43.79 26.22 35.55 -
YUV 136.24 140.85 199.16 -
System Red Green Blue C M Y K H S L
Decimal 236 81 159 0 0.66 0.33 0.07 329.81 0.8 0.62
Hex EC 51 9F 0 42 21 7 14A 50 3E
Octal 354 121 237 0 102 41 7 512 120 76
Binary 11101100 1010001 10011111 0 1000010 100001 111 101001010 1010000 111110

Color Harmonies of #EC519F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC519F

Black with #EC519F

Text Example


Text Example

White with #EC519F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC519F; }

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

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

background-color css

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

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

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

border-color css

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

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

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