Html Css Color HEX #E6676B Froly

📋 copy color: '#E6676B'

red 230 ◦ green 103 ◦ blue 107

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

Shades of Froly #E6676B

Tints of Froly #E6676B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 24.32%

R = 52.27%
G = 23.41%
B = 24.32%

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

#E6676B (or 0xE6676B) is known color: Froly. HEX triplet: E6, 67 and 6B. RGB value is (230,103,107). Sum of RGB (Red+Green+Blue) = 230+103+107=440 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.27% from 440); Green value is 103 (40.62% from 255 or 23.41% from 440); Blue value is 107 (42.19% from 255 or 24.32% from 440); Max value from RGB is 230 - color contains mainly: red. Hex color #E6676B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6676B is #199894. Grayscale: #8D8D8D. Windows color (decimal): -1677461 or 7038950. OLE color: 7038950.

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

Color convert

RGB 230 103 107 -
CMYK 0 0.55 0.53 0.10
HSL 358.11º 0.72% 0.65% -
HSV(B) 358.11º 0.55% 0.9% -
XYZ 40.14 27.59 17.12 -
YUV 141.43 108.58 191.17 -
System Red Green Blue C M Y K H S L
Decimal 230 103 107 0 0.55 0.53 0.10 358.11 0.72 0.65
Hex E6 67 6B 0 37 35 A 166 48 41
Octal 346 147 153 0 67 65 12 546 110 101
Binary 11100110 1100111 1101011 0 110111 110101 1010 101100110 1001000 1000001

Color Harmonies of #E6676B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6676B

Black with #E6676B

Text Example


Text Example

White with #E6676B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6676B; }

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

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

background-color css

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

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

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

border-color css

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

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

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