Html Css Color HEX #E76375 Froly

📋 copy color: '#E76375'

red 231 ◦ green 99 ◦ blue 117

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

Shades of Froly #E76375

Tints of Froly #E76375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.17%

R = 51.68%
G = 22.15%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E76375 (or 0xE76375) is known color: Froly. HEX triplet: E7, 63 and 75. RGB value is (231,99,117). Sum of RGB (Red+Green+Blue) = 231+99+117=447 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.68% from 447); Green value is 99 (39.06% from 255 or 22.15% from 447); Blue value is 117 (46.09% from 255 or 26.17% from 447); Max value from RGB is 231 - color contains mainly: red. Hex color #E76375 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76375 is #189C8A. Grayscale: #8C8C8C. Windows color (decimal): -1612939 or 7693287. OLE color: 7693287.

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

Color convert

RGB 231 99 117 -
CMYK 0 0.57 0.49 0.09
HSL 351.82º 0.73% 0.65% -
HSV(B) 351.82º 0.57% 0.91% -
XYZ 40.63 27.2 19.94 -
YUV 140.52 114.73 192.54 -
System Red Green Blue C M Y K H S L
Decimal 231 99 117 0 0.57 0.49 0.09 351.82 0.73 0.65
Hex E7 63 75 0 39 31 9 160 49 41
Octal 347 143 165 0 71 61 11 540 111 101
Binary 11100111 1100011 1110101 0 111001 110001 1001 101100000 1001001 1000001

Color Harmonies of #E76375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76375

Black with #E76375

Text Example


Text Example

White with #E76375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76375; }

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

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

background-color css

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

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

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

border-color css

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

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

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