Html Css Color HEX #ED558D French Rose

📋 copy color: '#ED558D'

red 237 ◦ green 85 ◦ blue 141

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

Shades of French Rose #ED558D

Tints of French Rose #ED558D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.36%

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

R = 51.19%
G = 18.36%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ED558D (or 0xED558D) is known color: French Rose. HEX triplet: ED, 55 and 8D. RGB value is (237,85,141). Sum of RGB (Red+Green+Blue) = 237+85+141=463 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.19% from 463); Green value is 85 (33.59% from 255 or 18.36% from 463); Blue value is 141 (55.47% from 255 or 30.45% from 463); Max value from RGB is 237 - color contains mainly: red. Hex color #ED558D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED558D is #12AA72. Grayscale: #888888. Windows color (decimal): -1223283 or 9262573. OLE color: 9262573.

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

Color convert

RGB 237 85 141 -
CMYK 0 0.64 0.41 0.07
HSL 337.89º 0.81% 0.63% -
HSV(B) 337.89º 0.64% 0.93% -
XYZ 42.98 26.42 28.03 -
YUV 136.83 130.36 199.45 -
System Red Green Blue C M Y K H S L
Decimal 237 85 141 0 0.64 0.41 0.07 337.89 0.81 0.63
Hex ED 55 8D 0 40 29 7 152 51 3F
Octal 355 125 215 0 100 51 7 522 121 77
Binary 11101101 1010101 10001101 0 1000000 101001 111 101010010 1010001 111111

Color Harmonies of #ED558D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED558D

Black with #ED558D

Text Example


Text Example

White with #ED558D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED558D; }

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

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

background-color css

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

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

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

border-color css

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

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

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