Html Css Color HEX #E6797A Froly

📋 copy color: '#E6797A'

red 230 ◦ green 121 ◦ blue 122

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

Shades of Froly #E6797A

Tints of Froly #E6797A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.79%

R = 48.63%
G = 25.58%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E6797A (or 0xE6797A) is known color: Froly. HEX triplet: E6, 79 and 7A. RGB value is (230,121,122). Sum of RGB (Red+Green+Blue) = 230+121+122=473 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.63% from 473); Green value is 121 (47.66% from 255 or 25.58% from 473); Blue value is 122 (48.05% from 255 or 25.79% from 473); Max value from RGB is 230 - color contains mainly: red. Hex color #E6797A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6797A is #198685. Grayscale: #999999. Windows color (decimal): -1672838 or 8026598. OLE color: 8026598.

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

Color convert

RGB 230 121 122 -
CMYK 0 0.47 0.47 0.10
HSL 359.45º 0.69% 0.69% -
HSV(B) 359.45º 0.47% 0.9% -
XYZ 42.98 31.9 22.3 -
YUV 153.71 110.11 182.42 -
System Red Green Blue C M Y K H S L
Decimal 230 121 122 0 0.47 0.47 0.10 359.45 0.69 0.69
Hex E6 79 7A 0 2F 2F A 167 45 45
Octal 346 171 172 0 57 57 12 547 105 105
Binary 11100110 1111001 1111010 0 101111 101111 1010 101100111 1000101 1000101

Color Harmonies of #E6797A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6797A

Black with #E6797A

Text Example


Text Example

White with #E6797A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6797A; }

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

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

background-color css

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

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

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

border-color css

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

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

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