Html Css Color HEX #ED7273 Froly

📋 copy color: '#ED7273'

red 237 ◦ green 114 ◦ blue 115

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

Shades of Froly #ED7273

Tints of Froly #ED7273

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.46%

 BLUE value IS 115 (45.31% from 255) = 24.68%

R = 50.86%
G = 24.46%
B = 24.68%

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

#ED7273 (or 0xED7273) is known color: Froly. HEX triplet: ED, 72 and 73. RGB value is (237,114,115). Sum of RGB (Red+Green+Blue) = 237+114+115=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 114 (44.92% from 255 or 24.46% from 466); Blue value is 115 (45.31% from 255 or 24.68% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7273 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7273 is #128D8C. Grayscale: #979797. Windows color (decimal): -1215885 or 7566061. OLE color: 7566061.

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

Color convert

RGB 237 114 115 -
CMYK 0 0.52 0.51 0.07
HSL 359.51º 0.77% 0.69% -
HSV(B) 359.51º 0.52% 0.93% -
XYZ 44.04 31.28 19.94 -
YUV 150.89 107.75 189.42 -
System Red Green Blue C M Y K H S L
Decimal 237 114 115 0 0.52 0.51 0.07 359.51 0.77 0.69
Hex ED 72 73 0 34 33 7 168 4D 45
Octal 355 162 163 0 64 63 7 550 115 105
Binary 11101101 1110010 1110011 0 110100 110011 111 101101000 1001101 1000101

Color Harmonies of #ED7273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7273

Black with #ED7273

Text Example


Text Example

White with #ED7273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7273; }

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

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

background-color css

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

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

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

border-color css

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

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

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