Html Css Color HEX #E06976 Froly

📋 copy color: '#E06976'

red 224 ◦ green 105 ◦ blue 118

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

Shades of Froly #E06976

Tints of Froly #E06976

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.49%

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

R = 50.11%
G = 23.49%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#E06976 (or 0xE06976) is known color: Froly. HEX triplet: E0, 69 and 76. RGB value is (224,105,118). Sum of RGB (Red+Green+Blue) = 224+105+118=447 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.11% from 447); Green value is 105 (41.41% from 255 or 23.49% from 447); Blue value is 118 (46.48% from 255 or 26.40% from 447); Max value from RGB is 224 - color contains mainly: red. Hex color #E06976 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06976 is #1F9689. Grayscale: #8E8E8E. Windows color (decimal): -2070154 or 7760352. OLE color: 7760352.

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

Color convert

RGB 224 105 118 -
CMYK 0 0.53 0.47 0.12
HSL 353.45º 0.66% 0.65% -
HSV(B) 353.45º 0.53% 0.88% -
XYZ 39.06 27.26 20.34 -
YUV 142.06 114.42 186.44 -
System Red Green Blue C M Y K H S L
Decimal 224 105 118 0 0.53 0.47 0.12 353.45 0.66 0.65
Hex E0 69 76 0 35 2F C 161 42 41
Octal 340 151 166 0 65 57 14 541 102 101
Binary 11100000 1101001 1110110 0 110101 101111 1100 101100001 1000010 1000001

Color Harmonies of #E06976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06976

Black with #E06976

Text Example


Text Example

White with #E06976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06976; }

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

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

background-color css

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

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

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

border-color css

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

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

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