Html Css Color HEX #E96768 Froly

📋 copy color: '#E96768'

red 233 ◦ green 103 ◦ blue 104

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

Shades of Froly #E96768

Tints of Froly #E96768

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.41%

 BLUE value IS 104 (41.02% from 255) = 23.64%

R = 52.95%
G = 23.41%
B = 23.64%

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

#E96768 (or 0xE96768) is known color: Froly. HEX triplet: E9, 67 and 68. RGB value is (233,103,104). Sum of RGB (Red+Green+Blue) = 233+103+104=440 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.95% from 440); Green value is 103 (40.62% from 255 or 23.41% from 440); Blue value is 104 (41.02% from 255 or 23.64% from 440); Max value from RGB is 233 - color contains mainly: red. Hex color #E96768 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96768 is #169897. Grayscale: #8E8E8E. Windows color (decimal): -1480856 or 6842345. OLE color: 6842345.

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

Color convert

RGB 233 103 104 -
CMYK 0 0.56 0.55 0.09
HSL 359.54º 0.75% 0.66% -
HSV(B) 359.54º 0.56% 0.91% -
XYZ 40.95 28.02 16.35 -
YUV 141.98 106.57 192.92 -
System Red Green Blue C M Y K H S L
Decimal 233 103 104 0 0.56 0.55 0.09 359.54 0.75 0.66
Hex E9 67 68 0 38 37 9 168 4B 42
Octal 351 147 150 0 70 67 11 550 113 102
Binary 11101001 1100111 1101000 0 111000 110111 1001 101101000 1001011 1000010

Color Harmonies of #E96768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96768

Black with #E96768

Text Example


Text Example

White with #E96768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96768; }

 p { color: rgb(233,103,104); }

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

background-color css

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

 a { background-color: rgb(233,103,104); }

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

border-color css

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

 span { border-color: rgb(233,103,104); }

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