Html Css Color HEX #E06566 Froly

📋 copy color: '#E06566'

red 224 ◦ green 101 ◦ blue 102

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

Shades of Froly #E06566

Tints of Froly #E06566

RGB

 RED value IS 224 (87.89% from 255) = 52.46%

 GREEN value IS 101 (39.84% from 255) = 23.65%

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

R = 52.46%
G = 23.65%
B = 23.89%

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

#E06566 (or 0xE06566) is known color: Froly. HEX triplet: E0, 65 and 66. RGB value is (224,101,102). Sum of RGB (Red+Green+Blue) = 224+101+102=427 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.46% from 427); Green value is 101 (39.84% from 255 or 23.65% from 427); Blue value is 102 (40.23% from 255 or 23.89% from 427); Max value from RGB is 224 - color contains mainly: red. Hex color #E06566 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06566 is #1F9A99. Grayscale: #8A8A8A. Windows color (decimal): -2071194 or 6710752. OLE color: 6710752.

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

Color convert

RGB 224 101 102 -
CMYK 0 0.55 0.54 0.12
HSL 359.51º 0.66% 0.64% -
HSV(B) 359.51º 0.55% 0.88% -
XYZ 37.79 26.11 15.62 -
YUV 137.89 107.75 189.42 -
System Red Green Blue C M Y K H S L
Decimal 224 101 102 0 0.55 0.54 0.12 359.51 0.66 0.64
Hex E0 65 66 0 37 36 C 168 42 40
Octal 340 145 146 0 67 66 14 550 102 100
Binary 11100000 1100101 1100110 0 110111 110110 1100 101101000 1000010 1000000

Color Harmonies of #E06566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06566

Black with #E06566

Text Example


Text Example

White with #E06566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06566; }

 p { color: rgb(224,101,102); }

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

background-color css

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

 a { background-color: rgb(224,101,102); }

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

border-color css

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

 span { border-color: rgb(224,101,102); }

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