Html Css Color HEX #ED5995 French Rose

📋 copy color: '#ED5995'

red 237 ◦ green 89 ◦ blue 149

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

Shades of French Rose #ED5995

Tints of French Rose #ED5995

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.74%

 BLUE value IS 149 (58.59% from 255) = 31.37%

R = 49.89%
G = 18.74%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#ED5995 (or 0xED5995) is known color: French Rose. HEX triplet: ED, 59 and 95. RGB value is (237,89,149). Sum of RGB (Red+Green+Blue) = 237+89+149=475 (62% of max value = 765). Red value is 237 (92.97% from 255 or 49.89% from 475); Green value is 89 (35.16% from 255 or 18.74% from 475); Blue value is 149 (58.59% from 255 or 31.37% from 475); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5995 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED5995 is #12A66A. Grayscale: #8C8C8C. Windows color (decimal): -1222251 or 9787885. OLE color: 9787885.

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

Color convert

RGB 237 89 149 -
CMYK 0 0.62 0.37 0.07
HSL 335.68º 0.8% 0.64% -
HSV(B) 335.68º 0.62% 0.93% -
XYZ 43.92 27.32 31.39 -
YUV 140.09 133.03 197.12 -
System Red Green Blue C M Y K H S L
Decimal 237 89 149 0 0.62 0.37 0.07 335.68 0.8 0.64
Hex ED 59 95 0 3E 25 7 150 50 40
Octal 355 131 225 0 76 45 7 520 120 100
Binary 11101101 1011001 10010101 0 111110 100101 111 101010000 1010000 1000000

Color Harmonies of #ED5995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5995

Black with #ED5995

Text Example


Text Example

White with #ED5995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5995; }

 p { color: rgb(237,89,149); }

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

background-color css

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

 a { background-color: rgb(237,89,149); }

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

border-color css

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

 span { border-color: rgb(237,89,149); }

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