Html Css Color HEX #E1677A Froly

📋 copy color: '#E1677A'

red 225 ◦ green 103 ◦ blue 122

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

Shades of Froly #E1677A

Tints of Froly #E1677A

RGB

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

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

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

R = 50%
G = 22.89%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E1677A (or 0xE1677A) is known color: Froly. HEX triplet: E1, 67 and 7A. RGB value is (225,103,122). Sum of RGB (Red+Green+Blue) = 225+103+122=450 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50% from 450); Green value is 103 (40.62% from 255 or 22.89% from 450); Blue value is 122 (48.05% from 255 or 27.11% from 450); Max value from RGB is 225 - color contains mainly: red. Hex color #E1677A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1677A is #1E9885. Grayscale: #8D8D8D. Windows color (decimal): -2005126 or 8021985. OLE color: 8021985.

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

Color convert

RGB 225 103 122 -
CMYK 0 0.54 0.46 0.12
HSL 350.66º 0.67% 0.64% -
HSV(B) 350.66º 0.54% 0.88% -
XYZ 39.41 27.11 21.57 -
YUV 141.64 116.92 187.46 -
System Red Green Blue C M Y K H S L
Decimal 225 103 122 0 0.54 0.46 0.12 350.66 0.67 0.64
Hex E1 67 7A 0 36 2E C 15F 43 40
Octal 341 147 172 0 66 56 14 537 103 100
Binary 11100001 1100111 1111010 0 110110 101110 1100 101011111 1000011 1000000

Color Harmonies of #E1677A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1677A

Black with #E1677A

Text Example


Text Example

White with #E1677A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1677A; }

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

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

background-color css

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

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

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

border-color css

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

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

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