Html Css Color HEX #ED7175 Froly

📋 copy color: '#ED7175'

red 237 ◦ green 113 ◦ blue 117

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

Shades of Froly #ED7175

Tints of Froly #ED7175

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.2%

 BLUE value IS 117 (46.09% from 255) = 25.05%

R = 50.75%
G = 24.2%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#ED7175 (or 0xED7175) is known color: Froly. HEX triplet: ED, 71 and 75. RGB value is (237,113,117). Sum of RGB (Red+Green+Blue) = 237+113+117=467 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.75% from 467); Green value is 113 (44.53% from 255 or 24.20% from 467); Blue value is 117 (46.09% from 255 or 25.05% from 467); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7175 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7175 is #128E8A. Grayscale: #969696. Windows color (decimal): -1216139 or 7696877. OLE color: 7696877.

HSL color Cylindrical-coordinate representation of color #ED7175: hue angle of 358.06º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ED7175 is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 113 117 -
CMYK 0 0.52 0.51 0.07
HSL 358.06º 0.78% 0.69% -
HSV(B) 358.06º 0.52% 0.93% -
XYZ 44.04 31.1 20.51 -
YUV 150.53 109.08 189.67 -
System Red Green Blue C M Y K H S L
Decimal 237 113 117 0 0.52 0.51 0.07 358.06 0.78 0.69
Hex ED 71 75 0 34 33 7 166 4E 45
Octal 355 161 165 0 64 63 7 546 116 105
Binary 11101101 1110001 1110101 0 110100 110011 111 101100110 1001110 1000101

Color Harmonies of #ED7175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7175

Black with #ED7175

Text Example


Text Example

White with #ED7175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7175; }

 p { color: rgb(237,113,117); }

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

background-color css

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

 a { background-color: rgb(237,113,117); }

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

border-color css

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

 span { border-color: rgb(237,113,117); }

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