Html Css Color HEX #E1676B Froly

📋 copy color: '#E1676B'

red 225 ◦ green 103 ◦ blue 107

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

Shades of Froly #E1676B

Tints of Froly #E1676B

RGB

 RED value IS 225 (88.28% from 255) = 51.72%

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

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

R = 51.72%
G = 23.68%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E1676B (or 0xE1676B) is known color: Froly. HEX triplet: E1, 67 and 6B. RGB value is (225,103,107). Sum of RGB (Red+Green+Blue) = 225+103+107=435 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.72% from 435); Green value is 103 (40.62% from 255 or 23.68% from 435); Blue value is 107 (42.19% from 255 or 24.60% from 435); Max value from RGB is 225 - color contains mainly: red. Hex color #E1676B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1676B is #1E9894. Grayscale: #8C8C8C. Windows color (decimal): -2005141 or 7038945. OLE color: 7038945.

HSL color Cylindrical-coordinate representation of color #E1676B: hue angle of 358.03º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E1676B is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 103 107 -
CMYK 0 0.54 0.52 0.12
HSL 358.03º 0.67% 0.64% -
HSV(B) 358.03º 0.54% 0.88% -
XYZ 38.56 26.77 17.04 -
YUV 139.93 109.42 188.67 -
System Red Green Blue C M Y K H S L
Decimal 225 103 107 0 0.54 0.52 0.12 358.03 0.67 0.64
Hex E1 67 6B 0 36 34 C 166 43 40
Octal 341 147 153 0 66 64 14 546 103 100
Binary 11100001 1100111 1101011 0 110110 110100 1100 101100110 1000011 1000000

Color Harmonies of #E1676B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1676B

Black with #E1676B

Text Example


Text Example

White with #E1676B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1676B; }

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

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

background-color css

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

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

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

border-color css

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

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

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