Html Css Color HEX #E06479 Froly

📋 copy color: '#E06479'

red 224 ◦ green 100 ◦ blue 121

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

Shades of Froly #E06479

Tints of Froly #E06479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 27.19%

R = 50.34%
G = 22.47%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E06479 (or 0xE06479) is known color: Froly. HEX triplet: E0, 64 and 79. RGB value is (224,100,121). Sum of RGB (Red+Green+Blue) = 224+100+121=445 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.34% from 445); Green value is 100 (39.45% from 255 or 22.47% from 445); Blue value is 121 (47.66% from 255 or 27.19% from 445); Max value from RGB is 224 - color contains mainly: red. Hex color #E06479 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06479 is #1F9B86. Grayscale: #8B8B8B. Windows color (decimal): -2071431 or 7955680. OLE color: 7955680.

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

Color convert

RGB 224 100 121 -
CMYK 0 0.55 0.46 0.12
HSL 349.84º 0.67% 0.64% -
HSV(B) 349.84º 0.55% 0.88% -
XYZ 38.75 26.34 21.13 -
YUV 139.47 117.58 188.29 -
System Red Green Blue C M Y K H S L
Decimal 224 100 121 0 0.55 0.46 0.12 349.84 0.67 0.64
Hex E0 64 79 0 37 2E C 15E 43 40
Octal 340 144 171 0 67 56 14 536 103 100
Binary 11100000 1100100 1111001 0 110111 101110 1100 101011110 1000011 1000000

Color Harmonies of #E06479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06479

Black with #E06479

Text Example


Text Example

White with #E06479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06479; }

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

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

background-color css

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

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

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

border-color css

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

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

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