Html Css Color HEX #E06573 Froly

📋 copy color: '#E06573'

red 224 ◦ green 101 ◦ blue 115

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

Shades of Froly #E06573

Tints of Froly #E06573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 26.14%

R = 50.91%
G = 22.95%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E06573 (or 0xE06573) is known color: Froly. HEX triplet: E0, 65 and 73. RGB value is (224,101,115). Sum of RGB (Red+Green+Blue) = 224+101+115=440 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.91% from 440); Green value is 101 (39.84% from 255 or 22.95% from 440); Blue value is 115 (45.31% from 255 or 26.14% from 440); Max value from RGB is 224 - color contains mainly: red. Hex color #E06573 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06573 is #1F9A8C. Grayscale: #8B8B8B. Windows color (decimal): -2071181 or 7562720. OLE color: 7562720.

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

Color convert

RGB 224 101 115 -
CMYK 0 0.55 0.49 0.12
HSL 353.17º 0.66% 0.64% -
HSV(B) 353.17º 0.55% 0.88% -
XYZ 38.49 26.39 19.29 -
YUV 139.37 114.25 188.36 -
System Red Green Blue C M Y K H S L
Decimal 224 101 115 0 0.55 0.49 0.12 353.17 0.66 0.64
Hex E0 65 73 0 37 31 C 161 42 40
Octal 340 145 163 0 67 61 14 541 102 100
Binary 11100000 1100101 1110011 0 110111 110001 1100 101100001 1000010 1000000

Color Harmonies of #E06573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06573

Black with #E06573

Text Example


Text Example

White with #E06573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06573; }

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

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

background-color css

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

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

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

border-color css

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

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

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