Html Css Color HEX #ED7375 Froly

📋 copy color: '#ED7375'

red 237 ◦ green 115 ◦ blue 117

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

Shades of Froly #ED7375

Tints of Froly #ED7375

RGB

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

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

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

R = 50.53%
G = 24.52%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#ED7375 (or 0xED7375) is known color: Froly. HEX triplet: ED, 73 and 75. RGB value is (237,115,117). Sum of RGB (Red+Green+Blue) = 237+115+117=469 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.53% from 469); Green value is 115 (45.31% from 255 or 24.52% from 469); Blue value is 117 (46.09% from 255 or 24.95% from 469); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7375 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7375 is #128C8A. Grayscale: #979797. Windows color (decimal): -1215627 or 7697389. OLE color: 7697389.

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

Color convert

RGB 237 115 117 -
CMYK 0 0.51 0.51 0.07
HSL 359.02º 0.77% 0.69% -
HSV(B) 359.02º 0.51% 0.93% -
XYZ 44.27 31.55 20.59 -
YUV 151.71 108.42 188.84 -
System Red Green Blue C M Y K H S L
Decimal 237 115 117 0 0.51 0.51 0.07 359.02 0.77 0.69
Hex ED 73 75 0 33 33 7 167 4D 45
Octal 355 163 165 0 63 63 7 547 115 105
Binary 11101101 1110011 1110101 0 110011 110011 111 101100111 1001101 1000101

Color Harmonies of #ED7375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7375

Black with #ED7375

Text Example


Text Example

White with #ED7375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7375; }

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

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

background-color css

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

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

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

border-color css

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

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

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