Html Css Color HEX #E6797F Froly

📋 copy color: '#E6797F'

red 230 ◦ green 121 ◦ blue 127

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

Shades of Froly #E6797F

Tints of Froly #E6797F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.31%

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

R = 48.12%
G = 25.31%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#E6797F (or 0xE6797F) is known color: Froly. HEX triplet: E6, 79 and 7F. RGB value is (230,121,127). Sum of RGB (Red+Green+Blue) = 230+121+127=478 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.12% from 478); Green value is 121 (47.66% from 255 or 25.31% from 478); Blue value is 127 (50% from 255 or 26.57% from 478); Max value from RGB is 230 - color contains mainly: red. Hex color #E6797F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6797F is #198680. Grayscale: #9A9A9A. Windows color (decimal): -1672833 or 8354278. OLE color: 8354278.

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

Color convert

RGB 230 121 127 -
CMYK 0 0.47 0.45 0.10
HSL 356.7º 0.69% 0.69% -
HSV(B) 356.7º 0.47% 0.9% -
XYZ 43.3 32.03 23.98 -
YUV 154.28 112.61 182.01 -
System Red Green Blue C M Y K H S L
Decimal 230 121 127 0 0.47 0.45 0.10 356.7 0.69 0.69
Hex E6 79 7F 0 2F 2D A 165 45 45
Octal 346 171 177 0 57 55 12 545 105 105
Binary 11100110 1111001 1111111 0 101111 101101 1010 101100101 1000101 1000101

Color Harmonies of #E6797F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6797F

Black with #E6797F

Text Example


Text Example

White with #E6797F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6797F; }

 p { color: rgb(230,121,127); }

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

background-color css

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

 a { background-color: rgb(230,121,127); }

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

border-color css

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

 span { border-color: rgb(230,121,127); }

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