Html Css Color HEX #E76768 Froly

📋 copy color: '#E76768'

red 231 ◦ green 103 ◦ blue 104

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

Shades of Froly #E76768

Tints of Froly #E76768

RGB

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

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

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

R = 52.74%
G = 23.52%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#E76768 (or 0xE76768) is known color: Froly. HEX triplet: E7, 67 and 68. RGB value is (231,103,104). Sum of RGB (Red+Green+Blue) = 231+103+104=438 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.74% from 438); Green value is 103 (40.62% from 255 or 23.52% from 438); Blue value is 104 (41.02% from 255 or 23.74% from 438); Max value from RGB is 231 - color contains mainly: red. Hex color #E76768 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76768 is #189897. Grayscale: #8D8D8D. Windows color (decimal): -1611928 or 6842343. OLE color: 6842343.

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

Color convert

RGB 231 103 104 -
CMYK 0 0.55 0.55 0.09
HSL 359.53º 0.73% 0.65% -
HSV(B) 359.53º 0.55% 0.91% -
XYZ 40.3 27.69 16.32 -
YUV 141.39 106.91 191.92 -
System Red Green Blue C M Y K H S L
Decimal 231 103 104 0 0.55 0.55 0.09 359.53 0.73 0.65
Hex E7 67 68 0 37 37 9 168 49 41
Octal 347 147 150 0 67 67 11 550 111 101
Binary 11100111 1100111 1101000 0 110111 110111 1001 101101000 1001001 1000001

Color Harmonies of #E76768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76768

Black with #E76768

Text Example


Text Example

White with #E76768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76768; }

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

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

background-color css

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

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

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

border-color css

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

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

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