Html Css Color HEX #ED6072 Froly

📋 copy color: '#ED6072'

red 237 ◦ green 96 ◦ blue 114

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

Shades of Froly #ED6072

Tints of Froly #ED6072

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.48%

 BLUE value IS 114 (44.92% from 255) = 25.5%

R = 53.02%
G = 21.48%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#ED6072 (or 0xED6072) is known color: Froly. HEX triplet: ED, 60 and 72. RGB value is (237,96,114). Sum of RGB (Red+Green+Blue) = 237+96+114=447 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.02% from 447); Green value is 96 (37.89% from 255 or 21.48% from 447); Blue value is 114 (44.92% from 255 or 25.50% from 447); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6072 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6072 is #129F8D. Grayscale: #8C8C8C. Windows color (decimal): -1220494 or 7495917. OLE color: 7495917.

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

Color convert

RGB 237 96 114 -
CMYK 0 0.59 0.52 0.07
HSL 352.34º 0.8% 0.65% -
HSV(B) 352.34º 0.59% 0.93% -
XYZ 42.15 27.59 19.02 -
YUV 140.21 113.21 197.04 -
System Red Green Blue C M Y K H S L
Decimal 237 96 114 0 0.59 0.52 0.07 352.34 0.8 0.65
Hex ED 60 72 0 3B 34 7 160 50 41
Octal 355 140 162 0 73 64 7 540 120 101
Binary 11101101 1100000 1110010 0 111011 110100 111 101100000 1010000 1000001

Color Harmonies of #ED6072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6072

Black with #ED6072

Text Example


Text Example

White with #ED6072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6072; }

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

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

background-color css

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

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

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

border-color css

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

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

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