Html Css Color HEX #E76475 Froly

📋 copy color: '#E76475'

red 231 ◦ green 100 ◦ blue 117

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

Shades of Froly #E76475

Tints of Froly #E76475

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.32%

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

R = 51.56%
G = 22.32%
B = 26.12%

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

#E76475 (or 0xE76475) is known color: Froly. HEX triplet: E7, 64 and 75. RGB value is (231,100,117). Sum of RGB (Red+Green+Blue) = 231+100+117=448 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.56% from 448); Green value is 100 (39.45% from 255 or 22.32% from 448); Blue value is 117 (46.09% from 255 or 26.12% from 448); Max value from RGB is 231 - color contains mainly: red. Hex color #E76475 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76475 is #189B8A. Grayscale: #8D8D8D. Windows color (decimal): -1612683 or 7693543. OLE color: 7693543.

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

Color convert

RGB 231 100 117 -
CMYK 0 0.57 0.49 0.09
HSL 352.21º 0.73% 0.65% -
HSV(B) 352.21º 0.57% 0.91% -
XYZ 40.72 27.39 19.97 -
YUV 141.11 114.4 192.12 -
System Red Green Blue C M Y K H S L
Decimal 231 100 117 0 0.57 0.49 0.09 352.21 0.73 0.65
Hex E7 64 75 0 39 31 9 160 49 41
Octal 347 144 165 0 71 61 11 540 111 101
Binary 11100111 1100100 1110101 0 111001 110001 1001 101100000 1001001 1000001

Color Harmonies of #E76475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76475

Black with #E76475

Text Example


Text Example

White with #E76475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76475; }

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

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

background-color css

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

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

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

border-color css

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

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

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