Html Css Color HEX #E06676 Froly

📋 copy color: '#E06676'

red 224 ◦ green 102 ◦ blue 118

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

Shades of Froly #E06676

Tints of Froly #E06676

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 26.58%

R = 50.45%
G = 22.97%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#E06676 (or 0xE06676) is known color: Froly. HEX triplet: E0, 66 and 76. RGB value is (224,102,118). Sum of RGB (Red+Green+Blue) = 224+102+118=444 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.45% from 444); Green value is 102 (40.23% from 255 or 22.97% from 444); Blue value is 118 (46.48% from 255 or 26.58% from 444); Max value from RGB is 224 - color contains mainly: red. Hex color #E06676 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06676 is #1F9989. Grayscale: #8C8C8C. Windows color (decimal): -2070922 or 7759584. OLE color: 7759584.

HSL color Cylindrical-coordinate representation of color #E06676: hue angle of 352.13º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E06676 is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 102 118 -
CMYK 0 0.54 0.47 0.12
HSL 352.13º 0.66% 0.64% -
HSV(B) 352.13º 0.54% 0.88% -
XYZ 38.76 26.66 20.24 -
YUV 140.3 115.42 187.7 -
System Red Green Blue C M Y K H S L
Decimal 224 102 118 0 0.54 0.47 0.12 352.13 0.66 0.64
Hex E0 66 76 0 36 2F C 160 42 40
Octal 340 146 166 0 66 57 14 540 102 100
Binary 11100000 1100110 1110110 0 110110 101111 1100 101100000 1000010 1000000

Color Harmonies of #E06676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06676

Black with #E06676

Text Example


Text Example

White with #E06676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06676; }

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

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

background-color css

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

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

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

border-color css

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

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

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