Html Css Color HEX #ED5B5D Froly

📋 copy color: '#ED5B5D'

red 237 ◦ green 91 ◦ blue 93

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

Shades of Froly #ED5B5D

Tints of Froly #ED5B5D

RGB

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

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

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

R = 56.29%
G = 21.62%
B = 22.09%

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

#ED5B5D (or 0xED5B5D) is known color: Froly. HEX triplet: ED, 5B and 5D. RGB value is (237,91,93). Sum of RGB (Red+Green+Blue) = 237+91+93=421 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.29% from 421); Green value is 91 (35.94% from 255 or 21.62% from 421); Blue value is 93 (36.72% from 255 or 22.09% from 421); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5B5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5B5D is #12A4A2. Grayscale: #878787. Windows color (decimal): -1221795 or 6118381. OLE color: 6118381.

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

Color convert

RGB 237 91 93 -
CMYK 0 0.62 0.61 0.07
HSL 359.18º 0.8% 0.64% -
HSV(B) 359.18º 0.62% 0.93% -
XYZ 40.64 26.28 13.29 -
YUV 134.88 104.37 200.84 -
System Red Green Blue C M Y K H S L
Decimal 237 91 93 0 0.62 0.61 0.07 359.18 0.8 0.64
Hex ED 5B 5D 0 3E 3D 7 167 50 40
Octal 355 133 135 0 76 75 7 547 120 100
Binary 11101101 1011011 1011101 0 111110 111101 111 101100111 1010000 1000000

Color Harmonies of #ED5B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5B5D

Black with #ED5B5D

Text Example


Text Example

White with #ED5B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5B5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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