Html Css Color HEX #E6777E Froly

📋 copy color: '#E6777E'

red 230 ◦ green 119 ◦ blue 126

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

Shades of Froly #E6777E

Tints of Froly #E6777E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.53%

R = 48.42%
G = 25.05%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#E6777E (or 0xE6777E) is known color: Froly. HEX triplet: E6, 77 and 7E. RGB value is (230,119,126). Sum of RGB (Red+Green+Blue) = 230+119+126=475 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.42% from 475); Green value is 119 (46.88% from 255 or 25.05% from 475); Blue value is 126 (49.61% from 255 or 26.53% from 475); Max value from RGB is 230 - color contains mainly: red. Hex color #E6777E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6777E is #198881. Grayscale: #999999. Windows color (decimal): -1673346 or 8288230. OLE color: 8288230.

HSL color Cylindrical-coordinate representation of color #E6777E: hue angle of 356.22º 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 #E6777E is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 119 126 -
CMYK 0 0.48 0.45 0.10
HSL 356.22º 0.69% 0.68% -
HSV(B) 356.22º 0.48% 0.9% -
XYZ 43 31.52 23.56 -
YUV 152.99 112.77 182.93 -
System Red Green Blue C M Y K H S L
Decimal 230 119 126 0 0.48 0.45 0.10 356.22 0.69 0.68
Hex E6 77 7E 0 30 2D A 164 45 44
Octal 346 167 176 0 60 55 12 544 105 104
Binary 11100110 1110111 1111110 0 110000 101101 1010 101100100 1000101 1000100

Color Harmonies of #E6777E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6777E

Black with #E6777E

Text Example


Text Example

White with #E6777E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6777E; }

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

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

background-color css

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

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

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

border-color css

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

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

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