Html Css Color HEX #E06576 Froly

📋 copy color: '#E06576'

red 224 ◦ green 101 ◦ blue 118

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

Shades of Froly #E06576

Tints of Froly #E06576

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.8%

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

R = 50.56%
G = 22.8%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#E06576 (or 0xE06576) is known color: Froly. HEX triplet: E0, 65 and 76. RGB value is (224,101,118). Sum of RGB (Red+Green+Blue) = 224+101+118=443 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.56% from 443); Green value is 101 (39.84% from 255 or 22.80% from 443); Blue value is 118 (46.48% from 255 or 26.64% from 443); Max value from RGB is 224 - color contains mainly: red. Hex color #E06576 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06576 is #1F9A89. Grayscale: #8B8B8B. Windows color (decimal): -2071178 or 7759328. OLE color: 7759328.

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

Color convert

RGB 224 101 118 -
CMYK 0 0.55 0.47 0.12
HSL 351.71º 0.66% 0.64% -
HSV(B) 351.71º 0.55% 0.88% -
XYZ 38.66 26.46 20.21 -
YUV 139.72 115.75 188.12 -
System Red Green Blue C M Y K H S L
Decimal 224 101 118 0 0.55 0.47 0.12 351.71 0.66 0.64
Hex E0 65 76 0 37 2F C 160 42 40
Octal 340 145 166 0 67 57 14 540 102 100
Binary 11100000 1100101 1110110 0 110111 101111 1100 101100000 1000010 1000000

Color Harmonies of #E06576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06576

Black with #E06576

Text Example


Text Example

White with #E06576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06576; }

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

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

background-color css

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

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

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

border-color css

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

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

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