Html Css Color HEX #E06373 Froly

📋 copy color: '#E06373'

red 224 ◦ green 99 ◦ blue 115

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

Shades of Froly #E06373

Tints of Froly #E06373

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.6%

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

R = 51.14%
G = 22.6%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E06373 (or 0xE06373) is known color: Froly. HEX triplet: E0, 63 and 73. RGB value is (224,99,115). Sum of RGB (Red+Green+Blue) = 224+99+115=438 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.14% from 438); Green value is 99 (39.06% from 255 or 22.60% from 438); Blue value is 115 (45.31% from 255 or 26.26% from 438); Max value from RGB is 224 - color contains mainly: red. Hex color #E06373 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06373 is #1F9C8C. Grayscale: #8A8A8A. Windows color (decimal): -2071693 or 7562208. OLE color: 7562208.

HSL color Cylindrical-coordinate representation of color #E06373: hue angle of 352.32º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E06373 is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 99 115 -
CMYK 0 0.56 0.49 0.12
HSL 352.32º 0.67% 0.63% -
HSV(B) 352.32º 0.56% 0.88% -
XYZ 38.3 26.01 19.22 -
YUV 138.2 114.91 189.2 -
System Red Green Blue C M Y K H S L
Decimal 224 99 115 0 0.56 0.49 0.12 352.32 0.67 0.63
Hex E0 63 73 0 38 31 C 160 43 3F
Octal 340 143 163 0 70 61 14 540 103 77
Binary 11100000 1100011 1110011 0 111000 110001 1100 101100000 1000011 111111

Color Harmonies of #E06373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06373

Black with #E06373

Text Example


Text Example

White with #E06373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06373; }

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

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

background-color css

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

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

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

border-color css

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

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

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