Html Css Color HEX #E76569 Froly

📋 copy color: '#E76569'

red 231 ◦ green 101 ◦ blue 105

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

Shades of Froly #E76569

Tints of Froly #E76569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 24.03%

R = 52.86%
G = 23.11%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#E76569 (or 0xE76569) is known color: Froly. HEX triplet: E7, 65 and 69. RGB value is (231,101,105). Sum of RGB (Red+Green+Blue) = 231+101+105=437 (57% of max value = 765). Red value is 231 (90.62% from 255 or 52.86% from 437); Green value is 101 (39.84% from 255 or 23.11% from 437); Blue value is 105 (41.41% from 255 or 24.03% from 437); Max value from RGB is 231 - color contains mainly: red. Hex color #E76569 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76569 is #189A96. Grayscale: #8C8C8C. Windows color (decimal): -1612439 or 6907367. OLE color: 6907367.

HSL color Cylindrical-coordinate representation of color #E76569: hue angle of 358.15º 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 #E76569 is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 101 105 -
CMYK 0 0.56 0.55 0.09
HSL 358.15º 0.73% 0.65% -
HSV(B) 358.15º 0.56% 0.91% -
XYZ 40.16 27.32 16.52 -
YUV 140.33 108.07 192.67 -
System Red Green Blue C M Y K H S L
Decimal 231 101 105 0 0.56 0.55 0.09 358.15 0.73 0.65
Hex E7 65 69 0 38 37 9 166 49 41
Octal 347 145 151 0 70 67 11 546 111 101
Binary 11100111 1100101 1101001 0 111000 110111 1001 101100110 1001001 1000001

Color Harmonies of #E76569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76569

Black with #E76569

Text Example


Text Example

White with #E76569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76569; }

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

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

background-color css

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

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

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

border-color css

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

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

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