Html Css Color HEX #ED5795 French Rose

📋 copy color: '#ED5795'

red 237 ◦ green 87 ◦ blue 149

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

Shades of French Rose #ED5795

Tints of French Rose #ED5795

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.39%

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

R = 50.11%
G = 18.39%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#ED5795 (or 0xED5795) is known color: French Rose. HEX triplet: ED, 57 and 95. RGB value is (237,87,149). Sum of RGB (Red+Green+Blue) = 237+87+149=473 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.11% from 473); Green value is 87 (34.38% from 255 or 18.39% from 473); Blue value is 149 (58.59% from 255 or 31.50% from 473); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5795 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED5795 is #12A86A. Grayscale: #8A8A8A. Windows color (decimal): -1222763 or 9787373. OLE color: 9787373.

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

Color convert

RGB 237 87 149 -
CMYK 0 0.63 0.37 0.07
HSL 335.2º 0.81% 0.64% -
HSV(B) 335.2º 0.63% 0.93% -
XYZ 43.76 26.99 31.34 -
YUV 138.92 133.7 197.96 -
System Red Green Blue C M Y K H S L
Decimal 237 87 149 0 0.63 0.37 0.07 335.2 0.81 0.64
Hex ED 57 95 0 3F 25 7 14F 51 40
Octal 355 127 225 0 77 45 7 517 121 100
Binary 11101101 1010111 10010101 0 111111 100101 111 101001111 1010001 1000000

Color Harmonies of #ED5795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5795

Black with #ED5795

Text Example


Text Example

White with #ED5795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5795; }

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

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

background-color css

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

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

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

border-color css

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

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

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