Html Css Color HEX #E56266 Froly

📋 copy color: '#E56266'

red 229 ◦ green 98 ◦ blue 102

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

Shades of Froly #E56266

Tints of Froly #E56266

RGB

 RED value IS 229 (89.84% from 255) = 53.38%

 GREEN value IS 98 (38.67% from 255) = 22.84%

 BLUE value IS 102 (40.23% from 255) = 23.78%

R = 53.38%
G = 22.84%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.55

 K value IS 0.10

RGB Variations

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

Color information

#E56266 (or 0xE56266) is known color: Froly. HEX triplet: E5, 62 and 66. RGB value is (229,98,102). Sum of RGB (Red+Green+Blue) = 229+98+102=429 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.38% from 429); Green value is 98 (38.67% from 255 or 22.84% from 429); Blue value is 102 (40.23% from 255 or 23.78% from 429); Max value from RGB is 229 - color contains mainly: red. Hex color #E56266 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56266 is #1A9D99. Grayscale: #898989. Windows color (decimal): -1744282 or 6709989. OLE color: 6709989.

HSL color Cylindrical-coordinate representation of color #E56266: hue angle of 358.17º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E56266 is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 98 102 -
CMYK 0 0.57 0.55 0.10
HSL 358.17º 0.72% 0.64% -
HSV(B) 358.17º 0.57% 0.9% -
XYZ 39.08 26.35 15.6 -
YUV 137.63 107.9 193.17 -
System Red Green Blue C M Y K H S L
Decimal 229 98 102 0 0.57 0.55 0.10 358.17 0.72 0.64
Hex E5 62 66 0 39 37 A 166 48 40
Octal 345 142 146 0 71 67 12 546 110 100
Binary 11100101 1100010 1100110 0 111001 110111 1010 101100110 1001000 1000000

Color Harmonies of #E56266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E56266

Black with #E56266

Text Example


Text Example

White with #E56266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E56266; }

 p { color: rgb(229,98,102); }

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

background-color css

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

 a { background-color: rgb(229,98,102); }

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

border-color css

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

 span { border-color: rgb(229,98,102); }

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