Html Css Color HEX #E76570 Froly

📋 copy color: '#E76570'

red 231 ◦ green 101 ◦ blue 112

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

Shades of Froly #E76570

Tints of Froly #E76570

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.75%

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

R = 52.03%
G = 22.75%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E76570 (or 0xE76570) is known color: Froly. HEX triplet: E7, 65 and 70. RGB value is (231,101,112). Sum of RGB (Red+Green+Blue) = 231+101+112=444 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.03% from 444); Green value is 101 (39.84% from 255 or 22.75% from 444); Blue value is 112 (44.14% from 255 or 25.23% from 444); Max value from RGB is 231 - color contains mainly: red. Hex color #E76570 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76570 is #189A8F. Grayscale: #8D8D8D. Windows color (decimal): -1612432 or 7366119. OLE color: 7366119.

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

Color convert

RGB 231 101 112 -
CMYK 0 0.56 0.52 0.09
HSL 354.92º 0.73% 0.65% -
HSV(B) 354.92º 0.56% 0.91% -
XYZ 40.53 27.47 18.49 -
YUV 141.12 111.57 192.11 -
System Red Green Blue C M Y K H S L
Decimal 231 101 112 0 0.56 0.52 0.09 354.92 0.73 0.65
Hex E7 65 70 0 38 34 9 163 49 41
Octal 347 145 160 0 70 64 11 543 111 101
Binary 11100111 1100101 1110000 0 111000 110100 1001 101100011 1001001 1000001

Color Harmonies of #E76570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76570

Black with #E76570

Text Example


Text Example

White with #E76570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76570; }

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

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

background-color css

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

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

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

border-color css

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

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

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