Html Css Color HEX #ED595E Froly

📋 copy color: '#ED595E'

red 237 ◦ green 89 ◦ blue 94

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

Shades of Froly #ED595E

Tints of Froly #ED595E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.19%

 BLUE value IS 94 (37.11% from 255) = 22.38%

R = 56.43%
G = 21.19%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#ED595E (or 0xED595E) is known color: Froly. HEX triplet: ED, 59 and 5E. RGB value is (237,89,94). Sum of RGB (Red+Green+Blue) = 237+89+94=420 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.43% from 420); Green value is 89 (35.16% from 255 or 21.19% from 420); Blue value is 94 (37.11% from 255 or 22.38% from 420); Max value from RGB is 237 - color contains mainly: red. Hex color #ED595E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED595E is #12A6A1. Grayscale: #858585. Windows color (decimal): -1222306 or 6183405. OLE color: 6183405.

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

Color convert

RGB 237 89 94 -
CMYK 0 0.62 0.60 0.07
HSL 357.97º 0.8% 0.64% -
HSV(B) 357.97º 0.62% 0.93% -
XYZ 40.52 25.96 13.46 -
YUV 133.82 105.53 201.59 -
System Red Green Blue C M Y K H S L
Decimal 237 89 94 0 0.62 0.60 0.07 357.97 0.8 0.64
Hex ED 59 5E 0 3E 3C 7 166 50 40
Octal 355 131 136 0 76 74 7 546 120 100
Binary 11101101 1011001 1011110 0 111110 111100 111 101100110 1010000 1000000

Color Harmonies of #ED595E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED595E

Black with #ED595E

Text Example


Text Example

White with #ED595E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED595E; }

 p { color: rgb(237,89,94); }

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

background-color css

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

 a { background-color: rgb(237,89,94); }

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

border-color css

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

 span { border-color: rgb(237,89,94); }

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