Html Css Color HEX #E8757A Froly

📋 copy color: '#E8757A'

red 232 ◦ green 117 ◦ blue 122

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

Shades of Froly #E8757A

Tints of Froly #E8757A

RGB

 RED value IS 232 (91.02% from 255) = 49.26%

 GREEN value IS 117 (46.09% from 255) = 24.84%

 BLUE value IS 122 (48.05% from 255) = 25.9%

R = 49.26%
G = 24.84%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.47

 K value IS 0.09

RGB Variations

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

Color information

#E8757A (or 0xE8757A) is known color: Froly. HEX triplet: E8, 75 and 7A. RGB value is (232,117,122). Sum of RGB (Red+Green+Blue) = 232+117+122=471 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.26% from 471); Green value is 117 (46.09% from 255 or 24.84% from 471); Blue value is 122 (48.05% from 255 or 25.90% from 471); Max value from RGB is 232 - color contains mainly: red. Hex color #E8757A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8757A is #178A85. Grayscale: #989898. Windows color (decimal): -1542790 or 8025576. OLE color: 8025576.

HSL color Cylindrical-coordinate representation of color #E8757A: hue angle of 357.39º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E8757A is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 117 122 -
CMYK 0 0.50 0.47 0.09
HSL 357.39º 0.71% 0.68% -
HSV(B) 357.39º 0.5% 0.91% -
XYZ 43.15 31.28 22.18 -
YUV 151.96 111.1 185.09 -
System Red Green Blue C M Y K H S L
Decimal 232 117 122 0 0.50 0.47 0.09 357.39 0.71 0.68
Hex E8 75 7A 0 32 2F 9 165 47 44
Octal 350 165 172 0 62 57 11 545 107 104
Binary 11101000 1110101 1111010 0 110010 101111 1001 101100101 1000111 1000100

Color Harmonies of #E8757A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8757A

Black with #E8757A

Text Example


Text Example

White with #E8757A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8757A; }

 p { color: rgb(232,117,122); }

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

background-color css

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

 a { background-color: rgb(232,117,122); }

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

border-color css

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

 span { border-color: rgb(232,117,122); }

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