Html Css Color HEX #E06466 Froly

📋 copy color: '#E06466'

red 224 ◦ green 100 ◦ blue 102

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

Shades of Froly #E06466

Tints of Froly #E06466

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.47%

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

R = 52.58%
G = 23.47%
B = 23.94%

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

#E06466 (or 0xE06466) is known color: Froly. HEX triplet: E0, 64 and 66. RGB value is (224,100,102). Sum of RGB (Red+Green+Blue) = 224+100+102=426 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.58% from 426); Green value is 100 (39.45% from 255 or 23.47% from 426); Blue value is 102 (40.23% from 255 or 23.94% from 426); Max value from RGB is 224 - color contains mainly: red. Hex color #E06466 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06466 is #1F9B99. Grayscale: #898989. Windows color (decimal): -2071450 or 6710496. OLE color: 6710496.

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

Color convert

RGB 224 100 102 -
CMYK 0 0.55 0.54 0.12
HSL 359.03º 0.67% 0.64% -
HSV(B) 359.03º 0.55% 0.88% -
XYZ 37.7 25.92 15.59 -
YUV 137.3 108.08 189.84 -
System Red Green Blue C M Y K H S L
Decimal 224 100 102 0 0.55 0.54 0.12 359.03 0.67 0.64
Hex E0 64 66 0 37 36 C 167 43 40
Octal 340 144 146 0 67 66 14 547 103 100
Binary 11100000 1100100 1100110 0 110111 110110 1100 101100111 1000011 1000000

Color Harmonies of #E06466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06466

Black with #E06466

Text Example


Text Example

White with #E06466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06466; }

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

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

background-color css

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

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

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

border-color css

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

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

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