Html Css Color HEX #E6797D Froly

📋 copy color: '#E6797D'

red 230 ◦ green 121 ◦ blue 125

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

Shades of Froly #E6797D

Tints of Froly #E6797D

RGB

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

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

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

R = 48.32%
G = 25.42%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#E6797D (or 0xE6797D) is known color: Froly. HEX triplet: E6, 79 and 7D. RGB value is (230,121,125). Sum of RGB (Red+Green+Blue) = 230+121+125=476 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.32% from 476); Green value is 121 (47.66% from 255 or 25.42% from 476); Blue value is 125 (49.22% from 255 or 26.26% from 476); Max value from RGB is 230 - color contains mainly: red. Hex color #E6797D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6797D is #198682. Grayscale: #9A9A9A. Windows color (decimal): -1672835 or 8223206. OLE color: 8223206.

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

Color convert

RGB 230 121 125 -
CMYK 0 0.47 0.46 0.10
HSL 357.8º 0.69% 0.69% -
HSV(B) 357.8º 0.47% 0.9% -
XYZ 43.17 31.98 23.3 -
YUV 154.05 111.61 182.17 -
System Red Green Blue C M Y K H S L
Decimal 230 121 125 0 0.47 0.46 0.10 357.8 0.69 0.69
Hex E6 79 7D 0 2F 2E A 166 45 45
Octal 346 171 175 0 57 56 12 546 105 105
Binary 11100110 1111001 1111101 0 101111 101110 1010 101100110 1000101 1000101

Color Harmonies of #E6797D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6797D

Black with #E6797D

Text Example


Text Example

White with #E6797D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6797D; }

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

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

background-color css

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

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

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

border-color css

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

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

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