Html Css Color HEX #E76669 Froly

📋 copy color: '#E76669'

red 231 ◦ green 102 ◦ blue 105

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

Shades of Froly #E76669

Tints of Froly #E76669

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.29%

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

R = 52.74%
G = 23.29%
B = 23.97%

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

#E76669 (or 0xE76669) is known color: Froly. HEX triplet: E7, 66 and 69. RGB value is (231,102,105). Sum of RGB (Red+Green+Blue) = 231+102+105=438 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.74% from 438); Green value is 102 (40.23% from 255 or 23.29% from 438); Blue value is 105 (41.41% from 255 or 23.97% from 438); Max value from RGB is 231 - color contains mainly: red. Hex color #E76669 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76669 is #189996. Grayscale: #8D8D8D. Windows color (decimal): -1612183 or 6907623. OLE color: 6907623.

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

Color convert

RGB 231 102 105 -
CMYK 0 0.56 0.55 0.09
HSL 358.6º 0.73% 0.65% -
HSV(B) 358.6º 0.56% 0.91% -
XYZ 40.26 27.51 16.55 -
YUV 140.91 107.74 192.26 -
System Red Green Blue C M Y K H S L
Decimal 231 102 105 0 0.56 0.55 0.09 358.6 0.73 0.65
Hex E7 66 69 0 38 37 9 167 49 41
Octal 347 146 151 0 70 67 11 547 111 101
Binary 11100111 1100110 1101001 0 111000 110111 1001 101100111 1001001 1000001

Color Harmonies of #E76669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76669

Black with #E76669

Text Example


Text Example

White with #E76669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76669; }

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

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

background-color css

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

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

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

border-color css

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

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

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