Html Css Color HEX #ED5594 French Rose

📋 copy color: '#ED5594'

red 237 ◦ green 85 ◦ blue 148

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

Shades of French Rose #ED5594

Tints of French Rose #ED5594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 31.49%

R = 50.43%
G = 18.09%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#ED5594 (or 0xED5594) is known color: French Rose. HEX triplet: ED, 55 and 94. RGB value is (237,85,148). Sum of RGB (Red+Green+Blue) = 237+85+148=470 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.43% from 470); Green value is 85 (33.59% from 255 or 18.09% from 470); Blue value is 148 (58.20% from 255 or 31.49% from 470); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5594 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED5594 is #12AA6B. Grayscale: #898989. Windows color (decimal): -1223276 or 9721325. OLE color: 9721325.

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

Color convert

RGB 237 85 148 -
CMYK 0 0.64 0.38 0.07
HSL 335.13º 0.81% 0.63% -
HSV(B) 335.13º 0.64% 0.93% -
XYZ 43.52 26.64 30.87 -
YUV 137.63 133.86 198.88 -
System Red Green Blue C M Y K H S L
Decimal 237 85 148 0 0.64 0.38 0.07 335.13 0.81 0.63
Hex ED 55 94 0 40 26 7 14F 51 3F
Octal 355 125 224 0 100 46 7 517 121 77
Binary 11101101 1010101 10010100 0 1000000 100110 111 101001111 1010001 111111

Color Harmonies of #ED5594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5594

Black with #ED5594

Text Example


Text Example

White with #ED5594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5594; }

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

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

background-color css

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

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

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

border-color css

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

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

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