Html Css Color HEX #E7777F Froly

📋 copy color: '#E7777F'

red 231 ◦ green 119 ◦ blue 127

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

Shades of Froly #E7777F

Tints of Froly #E7777F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 24.95%

 BLUE value IS 127 (50% from 255) = 26.62%

R = 48.43%
G = 24.95%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E7777F (or 0xE7777F) is known color: Froly. HEX triplet: E7, 77 and 7F. RGB value is (231,119,127). Sum of RGB (Red+Green+Blue) = 231+119+127=477 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.43% from 477); Green value is 119 (46.88% from 255 or 24.95% from 477); Blue value is 127 (50% from 255 or 26.62% from 477); Max value from RGB is 231 - color contains mainly: red. Hex color #E7777F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7777F is #188880. Grayscale: #999999. Windows color (decimal): -1607809 or 8353767. OLE color: 8353767.

HSL color Cylindrical-coordinate representation of color #E7777F: hue angle of 355.71º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E7777F is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 119 127 -
CMYK 0 0.48 0.45 0.09
HSL 355.71º 0.7% 0.69% -
HSV(B) 355.71º 0.48% 0.91% -
XYZ 43.38 31.71 23.91 -
YUV 153.4 113.11 183.35 -
System Red Green Blue C M Y K H S L
Decimal 231 119 127 0 0.48 0.45 0.09 355.71 0.7 0.69
Hex E7 77 7F 0 30 2D 9 164 46 45
Octal 347 167 177 0 60 55 11 544 106 105
Binary 11100111 1110111 1111111 0 110000 101101 1001 101100100 1000110 1000101

Color Harmonies of #E7777F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7777F

Black with #E7777F

Text Example


Text Example

White with #E7777F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7777F; }

 p { color: rgb(231,119,127); }

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

background-color css

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

 a { background-color: rgb(231,119,127); }

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

border-color css

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

 span { border-color: rgb(231,119,127); }

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