Html Css Color HEX #ED5696 French Rose

📋 copy color: '#ED5696'

red 237 ◦ green 86 ◦ blue 150

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

Shades of French Rose #ED5696

Tints of French Rose #ED5696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 31.71%

R = 50.11%
G = 18.18%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#ED5696 (or 0xED5696) is known color: French Rose. HEX triplet: ED, 56 and 96. RGB value is (237,86,150). Sum of RGB (Red+Green+Blue) = 237+86+150=473 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.11% from 473); Green value is 86 (33.98% from 255 or 18.18% from 473); Blue value is 150 (58.98% from 255 or 31.71% from 473); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5696 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED5696 is #12A969. Grayscale: #8A8A8A. Windows color (decimal): -1223018 or 9852653. OLE color: 9852653.

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

Color convert

RGB 237 86 150 -
CMYK 0 0.64 0.37 0.07
HSL 334.57º 0.81% 0.63% -
HSV(B) 334.57º 0.64% 0.93% -
XYZ 43.76 26.86 31.73 -
YUV 138.45 134.53 198.3 -
System Red Green Blue C M Y K H S L
Decimal 237 86 150 0 0.64 0.37 0.07 334.57 0.81 0.63
Hex ED 56 96 0 40 25 7 14F 51 3F
Octal 355 126 226 0 100 45 7 517 121 77
Binary 11101101 1010110 10010110 0 1000000 100101 111 101001111 1010001 111111

Color Harmonies of #ED5696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5696

Black with #ED5696

Text Example


Text Example

White with #ED5696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5696; }

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

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

background-color css

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

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

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

border-color css

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

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

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