Html Css Color HEX #E1677D Froly

📋 copy color: '#E1677D'

red 225 ◦ green 103 ◦ blue 125

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

Shades of Froly #E1677D

Tints of Froly #E1677D

RGB

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

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

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

R = 49.67%
G = 22.74%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E1677D (or 0xE1677D) is known color: Froly. HEX triplet: E1, 67 and 7D. RGB value is (225,103,125). Sum of RGB (Red+Green+Blue) = 225+103+125=453 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.67% from 453); Green value is 103 (40.62% from 255 or 22.74% from 453); Blue value is 125 (49.22% from 255 or 27.59% from 453); Max value from RGB is 225 - color contains mainly: red. Hex color #E1677D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1677D is #1E9882. Grayscale: #8E8E8E. Windows color (decimal): -2005123 or 8218593. OLE color: 8218593.

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

Color convert

RGB 225 103 125 -
CMYK 0 0.54 0.44 0.12
HSL 349.18º 0.67% 0.64% -
HSV(B) 349.18º 0.54% 0.88% -
XYZ 39.6 27.19 22.56 -
YUV 141.99 118.42 187.21 -
System Red Green Blue C M Y K H S L
Decimal 225 103 125 0 0.54 0.44 0.12 349.18 0.67 0.64
Hex E1 67 7D 0 36 2C C 15D 43 40
Octal 341 147 175 0 66 54 14 535 103 100
Binary 11100001 1100111 1111101 0 110110 101100 1100 101011101 1000011 1000000

Color Harmonies of #E1677D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1677D

Black with #E1677D

Text Example


Text Example

White with #E1677D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1677D; }

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

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

background-color css

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

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

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

border-color css

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

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

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