Html Css Color HEX #E6777D Froly

📋 copy color: '#E6777D'

red 230 ◦ green 119 ◦ blue 125

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

Shades of Froly #E6777D

Tints of Froly #E6777D

RGB

 RED value IS 230 (90.23% from 255) = 48.52%

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

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

R = 48.52%
G = 25.11%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#E6777D (or 0xE6777D) is known color: Froly. HEX triplet: E6, 77 and 7D. RGB value is (230,119,125). Sum of RGB (Red+Green+Blue) = 230+119+125=474 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.52% from 474); Green value is 119 (46.88% from 255 or 25.11% from 474); Blue value is 125 (49.22% from 255 or 26.37% from 474); Max value from RGB is 230 - color contains mainly: red. Hex color #E6777D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6777D is #198882. Grayscale: #989898. Windows color (decimal): -1673347 or 8222694. OLE color: 8222694.

HSL color Cylindrical-coordinate representation of color #E6777D: hue angle of 356.76º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E6777D is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 119 125 -
CMYK 0 0.48 0.46 0.10
HSL 356.76º 0.69% 0.68% -
HSV(B) 356.76º 0.48% 0.9% -
XYZ 42.93 31.5 23.22 -
YUV 152.87 112.27 183.01 -
System Red Green Blue C M Y K H S L
Decimal 230 119 125 0 0.48 0.46 0.10 356.76 0.69 0.68
Hex E6 77 7D 0 30 2E A 165 45 44
Octal 346 167 175 0 60 56 12 545 105 104
Binary 11100110 1110111 1111101 0 110000 101110 1010 101100101 1000101 1000100

Color Harmonies of #E6777D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6777D

Black with #E6777D

Text Example


Text Example

White with #E6777D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6777D; }

 p { color: rgb(230,119,125); }

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

background-color css

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

 a { background-color: rgb(230,119,125); }

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

border-color css

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

 span { border-color: rgb(230,119,125); }

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