Html Css Color HEX #ED5090 French Rose

📋 copy color: '#ED5090'

red 237 ◦ green 80 ◦ blue 144

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

Shades of French Rose #ED5090

Tints of French Rose #ED5090

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.35%

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

R = 51.41%
G = 17.35%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#ED5090 (or 0xED5090) is known color: French Rose. HEX triplet: ED, 50 and 90. RGB value is (237,80,144). Sum of RGB (Red+Green+Blue) = 237+80+144=461 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.41% from 461); Green value is 80 (31.64% from 255 or 17.35% from 461); Blue value is 144 (56.64% from 255 or 31.24% from 461); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5090 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED5090 is #12AF6F. Grayscale: #868686. Windows color (decimal): -1224560 or 9457901. OLE color: 9457901.

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

Color convert

RGB 237 80 144 -
CMYK 0 0.66 0.39 0.07
HSL 335.54º 0.81% 0.62% -
HSV(B) 335.54º 0.66% 0.93% -
XYZ 42.83 25.76 29.1 -
YUV 134.24 133.51 201.3 -
System Red Green Blue C M Y K H S L
Decimal 237 80 144 0 0.66 0.39 0.07 335.54 0.81 0.62
Hex ED 50 90 0 42 27 7 150 51 3E
Octal 355 120 220 0 102 47 7 520 121 76
Binary 11101101 1010000 10010000 0 1000010 100111 111 101010000 1010001 111110

Color Harmonies of #ED5090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5090

Black with #ED5090

Text Example


Text Example

White with #ED5090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5090; }

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

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

background-color css

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

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

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

border-color css

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

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

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