Html Css Color HEX #ED558F French Rose

📋 copy color: '#ED558F'

red 237 ◦ green 85 ◦ blue 143

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

Shades of French Rose #ED558F

Tints of French Rose #ED558F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.75%

R = 50.97%
G = 18.28%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#ED558F (or 0xED558F) is known color: French Rose. HEX triplet: ED, 55 and 8F. RGB value is (237,85,143). Sum of RGB (Red+Green+Blue) = 237+85+143=465 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.97% from 465); Green value is 85 (33.59% from 255 or 18.28% from 465); Blue value is 143 (56.25% from 255 or 30.75% from 465); Max value from RGB is 237 - color contains mainly: red. Hex color #ED558F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED558F is #12AA70. Grayscale: #888888. Windows color (decimal): -1223281 or 9393645. OLE color: 9393645.

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

Color convert

RGB 237 85 143 -
CMYK 0 0.64 0.40 0.07
HSL 337.11º 0.81% 0.63% -
HSV(B) 337.11º 0.64% 0.93% -
XYZ 43.13 26.48 28.83 -
YUV 137.06 131.36 199.28 -
System Red Green Blue C M Y K H S L
Decimal 237 85 143 0 0.64 0.40 0.07 337.11 0.81 0.63
Hex ED 55 8F 0 40 28 7 151 51 3F
Octal 355 125 217 0 100 50 7 521 121 77
Binary 11101101 1010101 10001111 0 1000000 101000 111 101010001 1010001 111111

Color Harmonies of #ED558F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED558F

Black with #ED558F

Text Example


Text Example

White with #ED558F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED558F; }

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

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

background-color css

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

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

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

border-color css

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

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

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