Html Css Color HEX #E06778 Froly

📋 copy color: '#E06778'

red 224 ◦ green 103 ◦ blue 120

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

Shades of Froly #E06778

Tints of Froly #E06778

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.04%

 BLUE value IS 120 (47.27% from 255) = 26.85%

R = 50.11%
G = 23.04%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E06778 (or 0xE06778) is known color: Froly. HEX triplet: E0, 67 and 78. RGB value is (224,103,120). Sum of RGB (Red+Green+Blue) = 224+103+120=447 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.11% from 447); Green value is 103 (40.62% from 255 or 23.04% from 447); Blue value is 120 (47.27% from 255 or 26.85% from 447); Max value from RGB is 224 - color contains mainly: red. Hex color #E06778 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06778 is #1F9887. Grayscale: #8D8D8D. Windows color (decimal): -2070664 or 7890912. OLE color: 7890912.

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

Color convert

RGB 224 103 120 -
CMYK 0 0.54 0.46 0.12
HSL 351.57º 0.66% 0.64% -
HSV(B) 351.57º 0.54% 0.88% -
XYZ 38.98 26.9 20.91 -
YUV 141.12 116.09 187.12 -
System Red Green Blue C M Y K H S L
Decimal 224 103 120 0 0.54 0.46 0.12 351.57 0.66 0.64
Hex E0 67 78 0 36 2E C 160 42 40
Octal 340 147 170 0 66 56 14 540 102 100
Binary 11100000 1100111 1111000 0 110110 101110 1100 101100000 1000010 1000000

Color Harmonies of #E06778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06778

Black with #E06778

Text Example


Text Example

White with #E06778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06778; }

 p { color: rgb(224,103,120); }

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

background-color css

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

 a { background-color: rgb(224,103,120); }

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

border-color css

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

 span { border-color: rgb(224,103,120); }

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