Html Css Color HEX #EC509E Brilliant Rose

📋 copy color: '#EC509E'

red 236 ◦ green 80 ◦ blue 158

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

Shades of Brilliant Rose #EC509E

Tints of Brilliant Rose #EC509E

RGB

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

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

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

R = 49.79%
G = 16.88%
B = 33.33%

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

#EC509E (or 0xEC509E) is known color: Brilliant Rose. HEX triplet: EC, 50 and 9E. RGB value is (236,80,158). Sum of RGB (Red+Green+Blue) = 236+80+158=474 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.79% from 474); Green value is 80 (31.64% from 255 or 16.88% from 474); Blue value is 158 (62.11% from 255 or 33.33% from 474); Max value from RGB is 236 - color contains mainly: red. Hex color #EC509E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC509E is #13AF61. Grayscale: #878787. Windows color (decimal): -1290082 or 10375404. OLE color: 10375404.

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

Color convert

RGB 236 80 158 -
CMYK 0 0.66 0.33 0.07
HSL 330º 0.8% 0.62% -
HSV(B) 330º 0.66% 0.93% -
XYZ 43.63 26.04 35.07 -
YUV 135.54 140.68 199.66 -
System Red Green Blue C M Y K H S L
Decimal 236 80 158 0 0.66 0.33 0.07 330 0.8 0.62
Hex EC 50 9E 0 42 21 7 14A 50 3E
Octal 354 120 236 0 102 41 7 512 120 76
Binary 11101100 1010000 10011110 0 1000010 100001 111 101001010 1010000 111110

Color Harmonies of #EC509E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC509E

Black with #EC509E

Text Example


Text Example

White with #EC509E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC509E; }

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

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

background-color css

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

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

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

border-color css

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

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

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