Html Css Color HEX #EC499B French Rose

📋 copy color: '#EC499B'

red 236 ◦ green 73 ◦ blue 155

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

Shades of French Rose #EC499B

Tints of French Rose #EC499B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 33.41%

R = 50.86%
G = 15.73%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EC499B (or 0xEC499B) is known color: French Rose. HEX triplet: EC, 49 and 9B. RGB value is (236,73,155). Sum of RGB (Red+Green+Blue) = 236+73+155=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 73 (28.91% from 255 or 15.73% from 464); Blue value is 155 (60.94% from 255 or 33.41% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #EC499B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC499B is #13B664. Grayscale: #828282. Windows color (decimal): -1291877 or 10177004. OLE color: 10177004.

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

Color convert

RGB 236 73 155 -
CMYK 0 0.69 0.34 0.07
HSL 329.82º 0.81% 0.61% -
HSV(B) 329.82º 0.69% 0.93% -
XYZ 42.89 24.96 33.57 -
YUV 131.09 141.5 202.83 -
System Red Green Blue C M Y K H S L
Decimal 236 73 155 0 0.69 0.34 0.07 329.82 0.81 0.61
Hex EC 49 9B 0 45 22 7 14A 51 3D
Octal 354 111 233 0 105 42 7 512 121 75
Binary 11101100 1001001 10011011 0 1000101 100010 111 101001010 1010001 111101

Color Harmonies of #EC499B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC499B

Black with #EC499B

Text Example


Text Example

White with #EC499B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC499B; }

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

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

background-color css

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

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

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

border-color css

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

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

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