Html Css Color HEX #E76366 Froly

📋 copy color: '#E76366'

red 231 ◦ green 99 ◦ blue 102

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

Shades of Froly #E76366

Tints of Froly #E76366

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.92%

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

R = 53.47%
G = 22.92%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.56

 K value IS 0.09

RGB Variations

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

Color information

#E76366 (or 0xE76366) is known color: Froly. HEX triplet: E7, 63 and 66. RGB value is (231,99,102). Sum of RGB (Red+Green+Blue) = 231+99+102=432 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.47% from 432); Green value is 99 (39.06% from 255 or 22.92% from 432); Blue value is 102 (40.23% from 255 or 23.61% from 432); Max value from RGB is 231 - color contains mainly: red. Hex color #E76366 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76366 is #189C99. Grayscale: #8A8A8A. Windows color (decimal): -1612954 or 6710247. OLE color: 6710247.

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

Color convert

RGB 231 99 102 -
CMYK 0 0.57 0.56 0.09
HSL 358.64º 0.73% 0.65% -
HSV(B) 358.64º 0.57% 0.91% -
XYZ 39.82 26.87 15.66 -
YUV 138.81 107.23 193.76 -
System Red Green Blue C M Y K H S L
Decimal 231 99 102 0 0.57 0.56 0.09 358.64 0.73 0.65
Hex E7 63 66 0 39 38 9 167 49 41
Octal 347 143 146 0 71 70 11 547 111 101
Binary 11100111 1100011 1100110 0 111001 111000 1001 101100111 1001001 1000001

Color Harmonies of #E76366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76366

Black with #E76366

Text Example


Text Example

White with #E76366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76366; }

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

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

background-color css

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

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

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

border-color css

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

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

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