Html Css Color HEX #ED5B5E Froly

📋 copy color: '#ED5B5E'

red 237 ◦ green 91 ◦ blue 94

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

Shades of Froly #ED5B5E

Tints of Froly #ED5B5E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.56%

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

R = 56.16%
G = 21.56%
B = 22.27%

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

#ED5B5E (or 0xED5B5E) is known color: Froly. HEX triplet: ED, 5B and 5E. RGB value is (237,91,94). Sum of RGB (Red+Green+Blue) = 237+91+94=422 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.16% from 422); Green value is 91 (35.94% from 255 or 21.56% from 422); Blue value is 94 (37.11% from 255 or 22.27% from 422); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5B5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5B5E is #12A4A1. Grayscale: #878787. Windows color (decimal): -1221794 or 6183917. OLE color: 6183917.

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

Color convert

RGB 237 91 94 -
CMYK 0 0.62 0.60 0.07
HSL 358.77º 0.8% 0.64% -
HSV(B) 358.77º 0.62% 0.93% -
XYZ 40.69 26.29 13.52 -
YUV 135 104.87 200.76 -
System Red Green Blue C M Y K H S L
Decimal 237 91 94 0 0.62 0.60 0.07 358.77 0.8 0.64
Hex ED 5B 5E 0 3E 3C 7 167 50 40
Octal 355 133 136 0 76 74 7 547 120 100
Binary 11101101 1011011 1011110 0 111110 111100 111 101100111 1010000 1000000

Color Harmonies of #ED5B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5B5E

Black with #ED5B5E

Text Example


Text Example

White with #ED5B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5B5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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