Html Css Color HEX #ED595D Froly

📋 copy color: '#ED595D'

red 237 ◦ green 89 ◦ blue 93

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

Shades of Froly #ED595D

Tints of Froly #ED595D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.2%

R = 56.56%
G = 21.24%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#ED595D (or 0xED595D) is known color: Froly. HEX triplet: ED, 59 and 5D. RGB value is (237,89,93). Sum of RGB (Red+Green+Blue) = 237+89+93=419 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.56% from 419); Green value is 89 (35.16% from 255 or 21.24% from 419); Blue value is 93 (36.72% from 255 or 22.20% from 419); Max value from RGB is 237 - color contains mainly: red. Hex color #ED595D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED595D is #12A6A2. Grayscale: #858585. Windows color (decimal): -1222307 or 6117869. OLE color: 6117869.

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

Color convert

RGB 237 89 93 -
CMYK 0 0.62 0.61 0.07
HSL 358.38º 0.8% 0.64% -
HSV(B) 358.38º 0.62% 0.93% -
XYZ 40.47 25.94 13.23 -
YUV 133.71 105.03 201.67 -
System Red Green Blue C M Y K H S L
Decimal 237 89 93 0 0.62 0.61 0.07 358.38 0.8 0.64
Hex ED 59 5D 0 3E 3D 7 166 50 40
Octal 355 131 135 0 76 75 7 546 120 100
Binary 11101101 1011001 1011101 0 111110 111101 111 101100110 1010000 1000000

Color Harmonies of #ED595D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED595D

Black with #ED595D

Text Example


Text Example

White with #ED595D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED595D; }

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

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

background-color css

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

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

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

border-color css

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

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

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