Html Css Color HEX #E76970 Froly

📋 copy color: '#E76970'

red 231 ◦ green 105 ◦ blue 112

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

Shades of Froly #E76970

Tints of Froly #E76970

RGB

 RED value IS 231 (90.63% from 255) = 51.56%

 GREEN value IS 105 (41.41% from 255) = 23.44%

 BLUE value IS 112 (44.14% from 255) = 25%

R = 51.56%
G = 23.44%
B = 25%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E76970 (or 0xE76970) is known color: Froly. HEX triplet: E7, 69 and 70. RGB value is (231,105,112). Sum of RGB (Red+Green+Blue) = 231+105+112=448 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.56% from 448); Green value is 105 (41.41% from 255 or 23.44% from 448); Blue value is 112 (44.14% from 255 or 25% from 448); Max value from RGB is 231 - color contains mainly: red. Hex color #E76970 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76970 is #18968F. Grayscale: #8F8F8F. Windows color (decimal): -1611408 or 7367143. OLE color: 7367143.

HSL color Cylindrical-coordinate representation of color #E76970: hue angle of 356.67º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E76970 is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 105 112 -
CMYK 0 0.55 0.52 0.09
HSL 356.67º 0.72% 0.66% -
HSV(B) 356.67º 0.55% 0.91% -
XYZ 40.93 28.26 18.63 -
YUV 143.47 110.24 190.43 -
System Red Green Blue C M Y K H S L
Decimal 231 105 112 0 0.55 0.52 0.09 356.67 0.72 0.66
Hex E7 69 70 0 37 34 9 165 48 42
Octal 347 151 160 0 67 64 11 545 110 102
Binary 11100111 1101001 1110000 0 110111 110100 1001 101100101 1001000 1000010

Color Harmonies of #E76970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76970

Black with #E76970

Text Example


Text Example

White with #E76970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76970; }

 p { color: rgb(231,105,112); }

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

background-color css

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

 a { background-color: rgb(231,105,112); }

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

border-color css

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

 span { border-color: rgb(231,105,112); }

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