Html Css Color HEX #ED7174 Froly

📋 copy color: '#ED7174'

red 237 ◦ green 113 ◦ blue 116

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

Shades of Froly #ED7174

Tints of Froly #ED7174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 24.89%

R = 50.86%
G = 24.25%
B = 24.89%

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

#ED7174 (or 0xED7174) is known color: Froly. HEX triplet: ED, 71 and 74. RGB value is (237,113,116). Sum of RGB (Red+Green+Blue) = 237+113+116=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 113 (44.53% from 255 or 24.25% from 466); Blue value is 116 (45.70% from 255 or 24.89% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7174 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7174 is #128E8B. Grayscale: #969696. Windows color (decimal): -1216140 or 7631341. OLE color: 7631341.

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

Color convert

RGB 237 113 116 -
CMYK 0 0.52 0.51 0.07
HSL 358.55º 0.78% 0.69% -
HSV(B) 358.55º 0.52% 0.93% -
XYZ 43.98 31.08 20.2 -
YUV 150.42 108.58 189.76 -
System Red Green Blue C M Y K H S L
Decimal 237 113 116 0 0.52 0.51 0.07 358.55 0.78 0.69
Hex ED 71 74 0 34 33 7 167 4E 45
Octal 355 161 164 0 64 63 7 547 116 105
Binary 11101101 1110001 1110100 0 110100 110011 111 101100111 1001110 1000101

Color Harmonies of #ED7174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7174

Black with #ED7174

Text Example


Text Example

White with #ED7174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7174; }

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

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

background-color css

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

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

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

border-color css

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

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

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