Html Css Color HEX #E6676D Froly

📋 copy color: '#E6676D'

red 230 ◦ green 103 ◦ blue 109

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

Shades of Froly #E6676D

Tints of Froly #E6676D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.3%

 BLUE value IS 109 (42.97% from 255) = 24.66%

R = 52.04%
G = 23.3%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#E6676D (or 0xE6676D) is known color: Froly. HEX triplet: E6, 67 and 6D. RGB value is (230,103,109). Sum of RGB (Red+Green+Blue) = 230+103+109=442 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.04% from 442); Green value is 103 (40.62% from 255 or 23.30% from 442); Blue value is 109 (42.97% from 255 or 24.66% from 442); Max value from RGB is 230 - color contains mainly: red. Hex color #E6676D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6676D is #199892. Grayscale: #8D8D8D. Windows color (decimal): -1677459 or 7170022. OLE color: 7170022.

HSL color Cylindrical-coordinate representation of color #E6676D: hue angle of 357.17º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E6676D is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 103 109 -
CMYK 0 0.55 0.53 0.10
HSL 357.17º 0.72% 0.65% -
HSV(B) 357.17º 0.55% 0.9% -
XYZ 40.24 27.63 17.68 -
YUV 141.66 109.58 191.01 -
System Red Green Blue C M Y K H S L
Decimal 230 103 109 0 0.55 0.53 0.10 357.17 0.72 0.65
Hex E6 67 6D 0 37 35 A 165 48 41
Octal 346 147 155 0 67 65 12 545 110 101
Binary 11100110 1100111 1101101 0 110111 110101 1010 101100101 1001000 1000001

Color Harmonies of #E6676D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6676D

Black with #E6676D

Text Example


Text Example

White with #E6676D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6676D; }

 p { color: rgb(230,103,109); }

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

background-color css

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

 a { background-color: rgb(230,103,109); }

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

border-color css

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

 span { border-color: rgb(230,103,109); }

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