Html Css Color HEX #EB7072 Froly

📋 copy color: '#EB7072'

red 235 ◦ green 112 ◦ blue 114

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

Shades of Froly #EB7072

Tints of Froly #EB7072

RGB

 RED value IS 235 (92.19% from 255) = 50.98%

 GREEN value IS 112 (44.14% from 255) = 24.3%

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

R = 50.98%
G = 24.3%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EB7072 (or 0xEB7072) is known color: Froly. HEX triplet: EB, 70 and 72. RGB value is (235,112,114). Sum of RGB (Red+Green+Blue) = 235+112+114=461 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.98% from 461); Green value is 112 (44.14% from 255 or 24.30% from 461); Blue value is 114 (44.92% from 255 or 24.73% from 461); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7072 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB7072 is #148F8D. Grayscale: #959595. Windows color (decimal): -1347470 or 7500011. OLE color: 7500011.

HSL color Cylindrical-coordinate representation of color #EB7072: hue angle of 359.02º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EB7072 is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 112 114 -
CMYK 0 0.52 0.51 0.08
HSL 359.02º 0.75% 0.68% -
HSV(B) 359.02º 0.52% 0.92% -
XYZ 43.09 30.47 19.53 -
YUV 149.01 108.25 189.34 -
System Red Green Blue C M Y K H S L
Decimal 235 112 114 0 0.52 0.51 0.08 359.02 0.75 0.68
Hex EB 70 72 0 34 33 8 167 4B 44
Octal 353 160 162 0 64 63 10 547 113 104
Binary 11101011 1110000 1110010 0 110100 110011 1000 101100111 1001011 1000100

Color Harmonies of #EB7072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7072

Black with #EB7072

Text Example


Text Example

White with #EB7072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7072; }

 p { color: rgb(235,112,114); }

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

background-color css

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

 a { background-color: rgb(235,112,114); }

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

border-color css

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

 span { border-color: rgb(235,112,114); }

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