Html Css Color HEX #EC498C French Rose

📋 copy color: '#EC498C'

red 236 ◦ green 73 ◦ blue 140

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

Shades of French Rose #EC498C

Tints of French Rose #EC498C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.18%

R = 52.56%
G = 16.26%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EC498C (or 0xEC498C) is known color: French Rose. HEX triplet: EC, 49 and 8C. RGB value is (236,73,140). Sum of RGB (Red+Green+Blue) = 236+73+140=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 73 (28.91% from 255 or 16.26% from 449); Blue value is 140 (55.08% from 255 or 31.18% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #EC498C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC498C is #13B673. Grayscale: #818181. Windows color (decimal): -1291892 or 9193964. OLE color: 9193964.

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

Color convert

RGB 236 73 140 -
CMYK 0 0.69 0.41 0.07
HSL 335.34º 0.81% 0.61% -
HSV(B) 335.34º 0.69% 0.93% -
XYZ 41.71 24.49 27.34 -
YUV 129.38 134 204.05 -
System Red Green Blue C M Y K H S L
Decimal 236 73 140 0 0.69 0.41 0.07 335.34 0.81 0.61
Hex EC 49 8C 0 45 29 7 14F 51 3D
Octal 354 111 214 0 105 51 7 517 121 75
Binary 11101100 1001001 10001100 0 1000101 101001 111 101001111 1010001 111101

Color Harmonies of #EC498C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC498C

Black with #EC498C

Text Example


Text Example

White with #EC498C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC498C; }

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

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

background-color css

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

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

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

border-color css

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

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

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