Html Css Color HEX #E06669 Froly

📋 copy color: '#E06669'

red 224 ◦ green 102 ◦ blue 105

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

Shades of Froly #E06669

Tints of Froly #E06669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 24.36%

R = 51.97%
G = 23.67%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E06669 (or 0xE06669) is known color: Froly. HEX triplet: E0, 66 and 69. RGB value is (224,102,105). Sum of RGB (Red+Green+Blue) = 224+102+105=431 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.97% from 431); Green value is 102 (40.23% from 255 or 23.67% from 431); Blue value is 105 (41.41% from 255 or 24.36% from 431); Max value from RGB is 224 - color contains mainly: red. Hex color #E06669 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06669 is #1F9996. Grayscale: #8A8A8A. Windows color (decimal): -2070935 or 6907616. OLE color: 6907616.

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

Color convert

RGB 224 102 105 -
CMYK 0 0.54 0.53 0.12
HSL 358.52º 0.66% 0.64% -
HSV(B) 358.52º 0.54% 0.88% -
XYZ 38.04 26.37 16.45 -
YUV 138.82 108.92 188.76 -
System Red Green Blue C M Y K H S L
Decimal 224 102 105 0 0.54 0.53 0.12 358.52 0.66 0.64
Hex E0 66 69 0 36 35 C 167 42 40
Octal 340 146 151 0 66 65 14 547 102 100
Binary 11100000 1100110 1101001 0 110110 110101 1100 101100111 1000010 1000000

Color Harmonies of #E06669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06669

Black with #E06669

Text Example


Text Example

White with #E06669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06669; }

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

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

background-color css

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

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

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

border-color css

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

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

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