Html Css Color HEX #ED5690 French Rose

📋 copy color: '#ED5690'

red 237 ◦ green 86 ◦ blue 144

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

Shades of French Rose #ED5690

Tints of French Rose #ED5690

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.42%

 BLUE value IS 144 (56.64% from 255) = 30.84%

R = 50.75%
G = 18.42%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#ED5690 (or 0xED5690) is known color: French Rose. HEX triplet: ED, 56 and 90. RGB value is (237,86,144). Sum of RGB (Red+Green+Blue) = 237+86+144=467 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.75% from 467); Green value is 86 (33.98% from 255 or 18.42% from 467); Blue value is 144 (56.64% from 255 or 30.84% from 467); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5690 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED5690 is #12A96F. Grayscale: #898989. Windows color (decimal): -1223024 or 9459437. OLE color: 9459437.

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

Color convert

RGB 237 86 144 -
CMYK 0 0.64 0.39 0.07
HSL 336.95º 0.81% 0.63% -
HSV(B) 336.95º 0.64% 0.93% -
XYZ 43.29 26.67 29.25 -
YUV 137.76 131.53 198.78 -
System Red Green Blue C M Y K H S L
Decimal 237 86 144 0 0.64 0.39 0.07 336.95 0.81 0.63
Hex ED 56 90 0 40 27 7 151 51 3F
Octal 355 126 220 0 100 47 7 521 121 77
Binary 11101101 1010110 10010000 0 1000000 100111 111 101010001 1010001 111111

Color Harmonies of #ED5690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5690

Black with #ED5690

Text Example


Text Example

White with #ED5690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5690; }

 p { color: rgb(237,86,144); }

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

background-color css

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

 a { background-color: rgb(237,86,144); }

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

border-color css

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

 span { border-color: rgb(237,86,144); }

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