Html Css Color HEX #E76166 Froly

📋 copy color: '#E76166'

red 231 ◦ green 97 ◦ blue 102

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

Shades of Froly #E76166

Tints of Froly #E76166

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.56%

 BLUE value IS 102 (40.23% from 255) = 23.72%

R = 53.72%
G = 22.56%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.56

 K value IS 0.09

RGB Variations

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

Color information

#E76166 (or 0xE76166) is known color: Froly. HEX triplet: E7, 61 and 66. RGB value is (231,97,102). Sum of RGB (Red+Green+Blue) = 231+97+102=430 (56% of max value = 765). Red value is 231 (90.62% from 255 or 53.72% from 430); Green value is 97 (38.28% from 255 or 22.56% from 430); Blue value is 102 (40.23% from 255 or 23.72% from 430); Max value from RGB is 231 - color contains mainly: red. Hex color #E76166 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76166 is #189E99. Grayscale: #898989. Windows color (decimal): -1613466 or 6709735. OLE color: 6709735.

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

Color convert

RGB 231 97 102 -
CMYK 0 0.58 0.56 0.09
HSL 357.76º 0.74% 0.64% -
HSV(B) 357.76º 0.58% 0.91% -
XYZ 39.63 26.5 15.6 -
YUV 137.64 107.89 194.59 -
System Red Green Blue C M Y K H S L
Decimal 231 97 102 0 0.58 0.56 0.09 357.76 0.74 0.64
Hex E7 61 66 0 3A 38 9 166 4A 40
Octal 347 141 146 0 72 70 11 546 112 100
Binary 11100111 1100001 1100110 0 111010 111000 1001 101100110 1001010 1000000

Color Harmonies of #E76166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76166

Black with #E76166

Text Example


Text Example

White with #E76166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76166; }

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

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

background-color css

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

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

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

border-color css

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

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

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