Html Css Color HEX #E16675 Froly

📋 copy color: '#E16675'

red 225 ◦ green 102 ◦ blue 117

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

Shades of Froly #E16675

Tints of Froly #E16675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.35%

R = 50.68%
G = 22.97%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E16675 (or 0xE16675) is known color: Froly. HEX triplet: E1, 66 and 75. RGB value is (225,102,117). Sum of RGB (Red+Green+Blue) = 225+102+117=444 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.68% from 444); Green value is 102 (40.23% from 255 or 22.97% from 444); Blue value is 117 (46.09% from 255 or 26.35% from 444); Max value from RGB is 225 - color contains mainly: red. Hex color #E16675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16675 is #1E998A. Grayscale: #8C8C8C. Windows color (decimal): -2005387 or 7694049. OLE color: 7694049.

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

Color convert

RGB 225 102 117 -
CMYK 0 0.55 0.48 0.12
HSL 352.68º 0.67% 0.64% -
HSV(B) 352.68º 0.55% 0.88% -
XYZ 39.01 26.79 19.95 -
YUV 140.49 114.75 188.28 -
System Red Green Blue C M Y K H S L
Decimal 225 102 117 0 0.55 0.48 0.12 352.68 0.67 0.64
Hex E1 66 75 0 37 30 C 161 43 40
Octal 341 146 165 0 67 60 14 541 103 100
Binary 11100001 1100110 1110101 0 110111 110000 1100 101100001 1000011 1000000

Color Harmonies of #E16675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16675

Black with #E16675

Text Example


Text Example

White with #E16675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16675; }

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

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

background-color css

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

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

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

border-color css

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

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

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