Html Css Color HEX #EC509A French Rose

📋 copy color: '#EC509A'

red 236 ◦ green 80 ◦ blue 154

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

Shades of French Rose #EC509A

Tints of French Rose #EC509A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 32.77%

R = 50.21%
G = 17.02%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EC509A (or 0xEC509A) is known color: French Rose. HEX triplet: EC, 50 and 9A. RGB value is (236,80,154). Sum of RGB (Red+Green+Blue) = 236+80+154=470 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.21% from 470); Green value is 80 (31.64% from 255 or 17.02% from 470); Blue value is 154 (60.55% from 255 or 32.77% from 470); Max value from RGB is 236 - color contains mainly: red. Hex color #EC509A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC509A is #13AF65. Grayscale: #868686. Windows color (decimal): -1290086 or 10113260. OLE color: 10113260.

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

Color convert

RGB 236 80 154 -
CMYK 0 0.66 0.35 0.07
HSL 331.54º 0.8% 0.62% -
HSV(B) 331.54º 0.66% 0.93% -
XYZ 43.29 25.9 33.29 -
YUV 135.08 138.68 199.98 -
System Red Green Blue C M Y K H S L
Decimal 236 80 154 0 0.66 0.35 0.07 331.54 0.8 0.62
Hex EC 50 9A 0 42 23 7 14C 50 3E
Octal 354 120 232 0 102 43 7 514 120 76
Binary 11101100 1010000 10011010 0 1000010 100011 111 101001100 1010000 111110

Color Harmonies of #EC509A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC509A

Black with #EC509A

Text Example


Text Example

White with #EC509A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC509A; }

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

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

background-color css

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

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

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

border-color css

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

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

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