Html Css Color HEX #E96166 Froly

📋 copy color: '#E96166'

red 233 ◦ green 97 ◦ blue 102

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

Shades of Froly #E96166

Tints of Froly #E96166

RGB

 RED value IS 233 (91.41% from 255) = 53.94%

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

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

R = 53.94%
G = 22.45%
B = 23.61%

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

#E96166 (or 0xE96166) is known color: Froly. HEX triplet: E9, 61 and 66. RGB value is (233,97,102). Sum of RGB (Red+Green+Blue) = 233+97+102=432 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.94% from 432); Green value is 97 (38.28% from 255 or 22.45% from 432); Blue value is 102 (40.23% from 255 or 23.61% from 432); Max value from RGB is 233 - color contains mainly: red. Hex color #E96166 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96166 is #169E99. Grayscale: #8A8A8A. Windows color (decimal): -1482394 or 6709737. OLE color: 6709737.

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

Color convert

RGB 233 97 102 -
CMYK 0 0.58 0.56 0.09
HSL 357.79º 0.76% 0.65% -
HSV(B) 357.79º 0.58% 0.91% -
XYZ 40.28 26.83 15.63 -
YUV 138.23 107.56 195.59 -
System Red Green Blue C M Y K H S L
Decimal 233 97 102 0 0.58 0.56 0.09 357.79 0.76 0.65
Hex E9 61 66 0 3A 38 9 166 4C 41
Octal 351 141 146 0 72 70 11 546 114 101
Binary 11101001 1100001 1100110 0 111010 111000 1001 101100110 1001100 1000001

Color Harmonies of #E96166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96166

Black with #E96166

Text Example


Text Example

White with #E96166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96166; }

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

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

background-color css

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

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

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

border-color css

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

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

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