Html Css Color HEX #E76D75 Froly

📋 copy color: '#E76D75'

red 231 ◦ green 109 ◦ blue 117

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

Shades of Froly #E76D75

Tints of Froly #E76D75

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.85%

 BLUE value IS 117 (46.09% from 255) = 25.6%

R = 50.55%
G = 23.85%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E76D75 (or 0xE76D75) is known color: Froly. HEX triplet: E7, 6D and 75. RGB value is (231,109,117). Sum of RGB (Red+Green+Blue) = 231+109+117=457 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.55% from 457); Green value is 109 (42.97% from 255 or 23.85% from 457); Blue value is 117 (46.09% from 255 or 25.60% from 457); Max value from RGB is 231 - color contains mainly: red. Hex color #E76D75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76D75 is #18928A. Grayscale: #929292. Windows color (decimal): -1610379 or 7695847. OLE color: 7695847.

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

Color convert

RGB 231 109 117 -
CMYK 0 0.53 0.49 0.09
HSL 356.07º 0.72% 0.67% -
HSV(B) 356.07º 0.53% 0.91% -
XYZ 41.63 29.21 20.27 -
YUV 146.39 111.42 188.35 -
System Red Green Blue C M Y K H S L
Decimal 231 109 117 0 0.53 0.49 0.09 356.07 0.72 0.67
Hex E7 6D 75 0 35 31 9 164 48 43
Octal 347 155 165 0 65 61 11 544 110 103
Binary 11100111 1101101 1110101 0 110101 110001 1001 101100100 1001000 1000011

Color Harmonies of #E76D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76D75

Black with #E76D75

Text Example


Text Example

White with #E76D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76D75; }

 p { color: rgb(231,109,117); }

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

background-color css

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

 a { background-color: rgb(231,109,117); }

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

border-color css

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

 span { border-color: rgb(231,109,117); }

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