Html Css Color HEX #E8757D Froly

📋 copy color: '#E8757D'

red 232 ◦ green 117 ◦ blue 125

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

Shades of Froly #E8757D

Tints of Froly #E8757D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.37%

R = 48.95%
G = 24.68%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.46

 K value IS 0.09

RGB Variations

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

Color information

#E8757D (or 0xE8757D) is known color: Froly. HEX triplet: E8, 75 and 7D. RGB value is (232,117,125). Sum of RGB (Red+Green+Blue) = 232+117+125=474 (62% of max value = 765). Red value is 232 (91.02% from 255 or 48.95% from 474); Green value is 117 (46.09% from 255 or 24.68% from 474); Blue value is 125 (49.22% from 255 or 26.37% from 474); Max value from RGB is 232 - color contains mainly: red. Hex color #E8757D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8757D is #178A82. Grayscale: #989898. Windows color (decimal): -1542787 or 8222184. OLE color: 8222184.

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

Color convert

RGB 232 117 125 -
CMYK 0 0.50 0.46 0.09
HSL 355.83º 0.71% 0.68% -
HSV(B) 355.83º 0.5% 0.91% -
XYZ 43.34 31.36 23.17 -
YUV 152.3 112.6 184.85 -
System Red Green Blue C M Y K H S L
Decimal 232 117 125 0 0.50 0.46 0.09 355.83 0.71 0.68
Hex E8 75 7D 0 32 2E 9 164 47 44
Octal 350 165 175 0 62 56 11 544 107 104
Binary 11101000 1110101 1111101 0 110010 101110 1001 101100100 1000111 1000100

Color Harmonies of #E8757D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8757D

Black with #E8757D

Text Example


Text Example

White with #E8757D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8757D; }

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

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

background-color css

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

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

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

border-color css

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

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

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