Html Css Color HEX #ED5189 French Rose

📋 copy color: '#ED5189'

red 237 ◦ green 81 ◦ blue 137

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

Shades of French Rose #ED5189

Tints of French Rose #ED5189

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.8%

 BLUE value IS 137 (53.91% from 255) = 30.11%

R = 52.09%
G = 17.8%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#ED5189 (or 0xED5189) is known color: French Rose. HEX triplet: ED, 51 and 89. RGB value is (237,81,137). Sum of RGB (Red+Green+Blue) = 237+81+137=455 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.09% from 455); Green value is 81 (32.03% from 255 or 17.80% from 455); Blue value is 137 (53.91% from 255 or 30.11% from 455); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5189 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED5189 is #12AE76. Grayscale: #858585. Windows color (decimal): -1224311 or 8999405. OLE color: 8999405.

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

Color convert

RGB 237 81 137 -
CMYK 0 0.66 0.42 0.07
HSL 338.46º 0.81% 0.62% -
HSV(B) 338.46º 0.66% 0.93% -
XYZ 42.38 25.7 26.39 -
YUV 134.03 129.68 201.45 -
System Red Green Blue C M Y K H S L
Decimal 237 81 137 0 0.66 0.42 0.07 338.46 0.81 0.62
Hex ED 51 89 0 42 2A 7 152 51 3E
Octal 355 121 211 0 102 52 7 522 121 76
Binary 11101101 1010001 10001001 0 1000010 101010 111 101010010 1010001 111110

Color Harmonies of #ED5189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5189

Black with #ED5189

Text Example


Text Example

White with #ED5189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5189; }

 p { color: rgb(237,81,137); }

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

background-color css

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

 a { background-color: rgb(237,81,137); }

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

border-color css

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

 span { border-color: rgb(237,81,137); }

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