Html Css Color HEX #E76066 Froly

📋 copy color: '#E76066'

red 231 ◦ green 96 ◦ blue 102

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

Shades of Froly #E76066

Tints of Froly #E76066

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.38%

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

R = 53.85%
G = 22.38%
B = 23.78%

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

#E76066 (or 0xE76066) is known color: Froly. HEX triplet: E7, 60 and 66. RGB value is (231,96,102). Sum of RGB (Red+Green+Blue) = 231+96+102=429 (56% of max value = 765). Red value is 231 (90.62% from 255 or 53.85% from 429); Green value is 96 (37.89% from 255 or 22.38% from 429); Blue value is 102 (40.23% from 255 or 23.78% from 429); Max value from RGB is 231 - color contains mainly: red. Hex color #E76066 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76066 is #189F99. Grayscale: #898989. Windows color (decimal): -1613722 or 6709479. OLE color: 6709479.

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

Color convert

RGB 231 96 102 -
CMYK 0 0.58 0.56 0.09
HSL 357.33º 0.74% 0.64% -
HSV(B) 357.33º 0.58% 0.91% -
XYZ 39.54 26.31 15.57 -
YUV 137.05 108.23 195.01 -
System Red Green Blue C M Y K H S L
Decimal 231 96 102 0 0.58 0.56 0.09 357.33 0.74 0.64
Hex E7 60 66 0 3A 38 9 165 4A 40
Octal 347 140 146 0 72 70 11 545 112 100
Binary 11100111 1100000 1100110 0 111010 111000 1001 101100101 1001010 1000000

Color Harmonies of #E76066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76066

Black with #E76066

Text Example


Text Example

White with #E76066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76066; }

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

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

background-color css

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

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

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

border-color css

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

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

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