Html Css Color HEX #ED7376 Froly

📋 copy color: '#ED7376'

red 237 ◦ green 115 ◦ blue 118

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

Shades of Froly #ED7376

Tints of Froly #ED7376

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.47%

 BLUE value IS 118 (46.48% from 255) = 25.11%

R = 50.43%
G = 24.47%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#ED7376 (or 0xED7376) is known color: Froly. HEX triplet: ED, 73 and 76. RGB value is (237,115,118). Sum of RGB (Red+Green+Blue) = 237+115+118=470 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.43% from 470); Green value is 115 (45.31% from 255 or 24.47% from 470); Blue value is 118 (46.48% from 255 or 25.11% from 470); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7376 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7376 is #128C89. Grayscale: #979797. Windows color (decimal): -1215626 or 7762925. OLE color: 7762925.

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

Color convert

RGB 237 115 118 -
CMYK 0 0.51 0.50 0.07
HSL 358.52º 0.77% 0.69% -
HSV(B) 358.52º 0.51% 0.93% -
XYZ 44.33 31.57 20.9 -
YUV 151.82 108.92 188.76 -
System Red Green Blue C M Y K H S L
Decimal 237 115 118 0 0.51 0.50 0.07 358.52 0.77 0.69
Hex ED 73 76 0 33 32 7 167 4D 45
Octal 355 163 166 0 63 62 7 547 115 105
Binary 11101101 1110011 1110110 0 110011 110010 111 101100111 1001101 1000101

Color Harmonies of #ED7376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7376

Black with #ED7376

Text Example


Text Example

White with #ED7376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7376; }

 p { color: rgb(237,115,118); }

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

background-color css

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

 a { background-color: rgb(237,115,118); }

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

border-color css

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

 span { border-color: rgb(237,115,118); }

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