Html Css Color HEX #E9707C Froly

📋 copy color: '#E9707C'

red 233 ◦ green 112 ◦ blue 124

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

Shades of Froly #E9707C

Tints of Froly #E9707C

RGB

 RED value IS 233 (91.41% from 255) = 49.68%

 GREEN value IS 112 (44.14% from 255) = 23.88%

 BLUE value IS 124 (48.83% from 255) = 26.44%

R = 49.68%
G = 23.88%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.47

 K value IS 0.09

RGB Variations

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

Color information

#E9707C (or 0xE9707C) is known color: Froly. HEX triplet: E9, 70 and 7C. RGB value is (233,112,124). Sum of RGB (Red+Green+Blue) = 233+112+124=469 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.68% from 469); Green value is 112 (44.14% from 255 or 23.88% from 469); Blue value is 124 (48.83% from 255 or 26.44% from 469); Max value from RGB is 233 - color contains mainly: red. Hex color #E9707C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9707C is #168F83. Grayscale: #959595. Windows color (decimal): -1478532 or 8155369. OLE color: 8155369.

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

Color convert

RGB 233 112 124 -
CMYK 0 0.52 0.47 0.09
HSL 354.05º 0.73% 0.68% -
HSV(B) 354.05º 0.52% 0.91% -
XYZ 43.04 30.37 22.66 -
YUV 149.55 113.59 187.52 -
System Red Green Blue C M Y K H S L
Decimal 233 112 124 0 0.52 0.47 0.09 354.05 0.73 0.68
Hex E9 70 7C 0 34 2F 9 162 49 44
Octal 351 160 174 0 64 57 11 542 111 104
Binary 11101001 1110000 1111100 0 110100 101111 1001 101100010 1001001 1000100

Color Harmonies of #E9707C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9707C

Black with #E9707C

Text Example


Text Example

White with #E9707C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9707C; }

 p { color: rgb(233,112,124); }

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

background-color css

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

 a { background-color: rgb(233,112,124); }

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

border-color css

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

 span { border-color: rgb(233,112,124); }

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