Html Css Color HEX #ED498D French Rose

📋 copy color: '#ED498D'

red 237 ◦ green 73 ◦ blue 141

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

Shades of French Rose #ED498D

Tints of French Rose #ED498D

RGB

 RED value IS 237 (92.97% from 255) = 52.55%

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

 BLUE value IS 141 (55.47% from 255) = 31.26%

R = 52.55%
G = 16.19%
B = 31.26%

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

#ED498D (or 0xED498D) is known color: French Rose. HEX triplet: ED, 49 and 8D. RGB value is (237,73,141). Sum of RGB (Red+Green+Blue) = 237+73+141=451 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.55% from 451); Green value is 73 (28.91% from 255 or 16.19% from 451); Blue value is 141 (55.47% from 255 or 31.26% from 451); Max value from RGB is 237 - color contains mainly: red. Hex color #ED498D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED498D is #12B672. Grayscale: #818181. Windows color (decimal): -1226355 or 9259501. OLE color: 9259501.

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

Color convert

RGB 237 73 141 -
CMYK 0 0.69 0.41 0.07
HSL 335.12º 0.82% 0.61% -
HSV(B) 335.12º 0.69% 0.93% -
XYZ 42.12 24.69 27.75 -
YUV 129.79 134.33 204.47 -
System Red Green Blue C M Y K H S L
Decimal 237 73 141 0 0.69 0.41 0.07 335.12 0.82 0.61
Hex ED 49 8D 0 45 29 7 14F 52 3D
Octal 355 111 215 0 105 51 7 517 122 75
Binary 11101101 1001001 10001101 0 1000101 101001 111 101001111 1010010 111101

Color Harmonies of #ED498D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED498D

Black with #ED498D

Text Example


Text Example

White with #ED498D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED498D; }

 p { color: rgb(237,73,141); }

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

background-color css

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

 a { background-color: rgb(237,73,141); }

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

border-color css

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

 span { border-color: rgb(237,73,141); }

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