Html Css Color HEX #E06475 Froly

📋 copy color: '#E06475'

red 224 ◦ green 100 ◦ blue 117

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

Shades of Froly #E06475

Tints of Froly #E06475

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.68%

 BLUE value IS 117 (46.09% from 255) = 26.53%

R = 50.79%
G = 22.68%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E06475 (or 0xE06475) is known color: Froly. HEX triplet: E0, 64 and 75. RGB value is (224,100,117). Sum of RGB (Red+Green+Blue) = 224+100+117=441 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.79% from 441); Green value is 100 (39.45% from 255 or 22.68% from 441); Blue value is 117 (46.09% from 255 or 26.53% from 441); Max value from RGB is 224 - color contains mainly: red. Hex color #E06475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06475 is #1F9B8A. Grayscale: #8B8B8B. Windows color (decimal): -2071435 or 7693536. OLE color: 7693536.

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

Color convert

RGB 224 100 117 -
CMYK 0 0.55 0.48 0.12
HSL 351.77º 0.67% 0.64% -
HSV(B) 351.77º 0.55% 0.88% -
XYZ 38.51 26.25 19.87 -
YUV 139.01 115.58 188.62 -
System Red Green Blue C M Y K H S L
Decimal 224 100 117 0 0.55 0.48 0.12 351.77 0.67 0.64
Hex E0 64 75 0 37 30 C 160 43 40
Octal 340 144 165 0 67 60 14 540 103 100
Binary 11100000 1100100 1110101 0 110111 110000 1100 101100000 1000011 1000000

Color Harmonies of #E06475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06475

Black with #E06475

Text Example


Text Example

White with #E06475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06475; }

 p { color: rgb(224,100,117); }

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

background-color css

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

 a { background-color: rgb(224,100,117); }

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

border-color css

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

 span { border-color: rgb(224,100,117); }

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