Html Css Color HEX #E6777B Froly

📋 copy color: '#E6777B'

red 230 ◦ green 119 ◦ blue 123

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

Shades of Froly #E6777B

Tints of Froly #E6777B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.06%

R = 48.73%
G = 25.21%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E6777B (or 0xE6777B) is known color: Froly. HEX triplet: E6, 77 and 7B. RGB value is (230,119,123). Sum of RGB (Red+Green+Blue) = 230+119+123=472 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.73% from 472); Green value is 119 (46.88% from 255 or 25.21% from 472); Blue value is 123 (48.44% from 255 or 26.06% from 472); Max value from RGB is 230 - color contains mainly: red. Hex color #E6777B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6777B is #198884. Grayscale: #989898. Windows color (decimal): -1673349 or 8091622. OLE color: 8091622.

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

Color convert

RGB 230 119 123 -
CMYK 0 0.48 0.47 0.10
HSL 357.84º 0.69% 0.68% -
HSV(B) 357.84º 0.48% 0.9% -
XYZ 42.81 31.45 22.55 -
YUV 152.65 111.27 183.17 -
System Red Green Blue C M Y K H S L
Decimal 230 119 123 0 0.48 0.47 0.10 357.84 0.69 0.68
Hex E6 77 7B 0 30 2F A 166 45 44
Octal 346 167 173 0 60 57 12 546 105 104
Binary 11100110 1110111 1111011 0 110000 101111 1010 101100110 1000101 1000100

Color Harmonies of #E6777B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6777B

Black with #E6777B

Text Example


Text Example

White with #E6777B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6777B; }

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

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

background-color css

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

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

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

border-color css

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

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

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