Html Css Color HEX #EC499A French Rose

📋 copy color: '#EC499A'

red 236 ◦ green 73 ◦ blue 154

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

Shades of French Rose #EC499A

Tints of French Rose #EC499A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.77%

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

R = 50.97%
G = 15.77%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EC499A (or 0xEC499A) is known color: French Rose. HEX triplet: EC, 49 and 9A. RGB value is (236,73,154). Sum of RGB (Red+Green+Blue) = 236+73+154=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 73 (28.91% from 255 or 15.77% from 463); Blue value is 154 (60.55% from 255 or 33.26% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #EC499A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC499A is #13B665. Grayscale: #828282. Windows color (decimal): -1291878 or 10111468. OLE color: 10111468.

HSL color Cylindrical-coordinate representation of color #EC499A: hue angle of 330.18º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC499A is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 73 154 -
CMYK 0 0.69 0.35 0.07
HSL 330.18º 0.81% 0.61% -
HSV(B) 330.18º 0.69% 0.93% -
XYZ 42.81 24.93 33.13 -
YUV 130.97 141 202.91 -
System Red Green Blue C M Y K H S L
Decimal 236 73 154 0 0.69 0.35 0.07 330.18 0.81 0.61
Hex EC 49 9A 0 45 23 7 14A 51 3D
Octal 354 111 232 0 105 43 7 512 121 75
Binary 11101100 1001001 10011010 0 1000101 100011 111 101001010 1010001 111101

Color Harmonies of #EC499A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC499A

Black with #EC499A

Text Example


Text Example

White with #EC499A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC499A; }

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

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

background-color css

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

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

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

border-color css

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

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

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