Html Css Color HEX #E16668 Froly

📋 copy color: '#E16668'

red 225 ◦ green 102 ◦ blue 104

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

Shades of Froly #E16668

Tints of Froly #E16668

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.67%

 BLUE value IS 104 (41.02% from 255) = 24.13%

R = 52.2%
G = 23.67%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#E16668 (or 0xE16668) is known color: Froly. HEX triplet: E1, 66 and 68. RGB value is (225,102,104). Sum of RGB (Red+Green+Blue) = 225+102+104=431 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.20% from 431); Green value is 102 (40.23% from 255 or 23.67% from 431); Blue value is 104 (41.02% from 255 or 24.13% from 431); Max value from RGB is 225 - color contains mainly: red. Hex color #E16668 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16668 is #1E9997. Grayscale: #8B8B8B. Windows color (decimal): -2005400 or 6842081. OLE color: 6842081.

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

Color convert

RGB 225 102 104 -
CMYK 0 0.55 0.54 0.12
HSL 359.02º 0.67% 0.64% -
HSV(B) 359.02º 0.55% 0.88% -
XYZ 38.3 26.51 16.19 -
YUV 139.01 108.25 189.34 -
System Red Green Blue C M Y K H S L
Decimal 225 102 104 0 0.55 0.54 0.12 359.02 0.67 0.64
Hex E1 66 68 0 37 36 C 167 43 40
Octal 341 146 150 0 67 66 14 547 103 100
Binary 11100001 1100110 1101000 0 110111 110110 1100 101100111 1000011 1000000

Color Harmonies of #E16668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16668

Black with #E16668

Text Example


Text Example

White with #E16668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16668; }

 p { color: rgb(225,102,104); }

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

background-color css

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

 a { background-color: rgb(225,102,104); }

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

border-color css

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

 span { border-color: rgb(225,102,104); }

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