Html Css Color HEX #ED5199 French Rose

📋 copy color: '#ED5199'

red 237 ◦ green 81 ◦ blue 153

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

Shades of French Rose #ED5199

Tints of French Rose #ED5199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 32.48%

R = 50.32%
G = 17.2%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#ED5199 (or 0xED5199) is known color: French Rose. HEX triplet: ED, 51 and 99. RGB value is (237,81,153). Sum of RGB (Red+Green+Blue) = 237+81+153=471 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.32% from 471); Green value is 81 (32.03% from 255 or 17.20% from 471); Blue value is 153 (60.16% from 255 or 32.48% from 471); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5199 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED5199 is #12AE66. Grayscale: #878787. Windows color (decimal): -1224295 or 10047981. OLE color: 10047981.

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

Color convert

RGB 237 81 153 -
CMYK 0 0.66 0.35 0.07
HSL 332.31º 0.81% 0.62% -
HSV(B) 332.31º 0.66% 0.93% -
XYZ 43.62 26.19 32.89 -
YUV 135.85 137.68 200.15 -
System Red Green Blue C M Y K H S L
Decimal 237 81 153 0 0.66 0.35 0.07 332.31 0.81 0.62
Hex ED 51 99 0 42 23 7 14C 51 3E
Octal 355 121 231 0 102 43 7 514 121 76
Binary 11101101 1010001 10011001 0 1000010 100011 111 101001100 1010001 111110

Color Harmonies of #ED5199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5199

Black with #ED5199

Text Example


Text Example

White with #ED5199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5199; }

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

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

background-color css

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

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

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

border-color css

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

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

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