Html Css Color HEX #E05C69 Froly

📋 copy color: '#E05C69'

red 224 ◦ green 92 ◦ blue 105

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

Shades of Froly #E05C69

Tints of Froly #E05C69

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.85%

 BLUE value IS 105 (41.41% from 255) = 24.94%

R = 53.21%
G = 21.85%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E05C69 (or 0xE05C69) is known color: Froly. HEX triplet: E0, 5C and 69. RGB value is (224,92,105). Sum of RGB (Red+Green+Blue) = 224+92+105=421 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.21% from 421); Green value is 92 (36.33% from 255 or 21.85% from 421); Blue value is 105 (41.41% from 255 or 24.94% from 421); Max value from RGB is 224 - color contains mainly: red. Hex color #E05C69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05C69 is #1FA396. Grayscale: #858585. Windows color (decimal): -2073495 or 6905056. OLE color: 6905056.

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

Color convert

RGB 224 92 105 -
CMYK 0 0.59 0.53 0.12
HSL 354.09º 0.68% 0.62% -
HSV(B) 354.09º 0.59% 0.88% -
XYZ 37.12 24.52 16.14 -
YUV 132.95 112.23 192.94 -
System Red Green Blue C M Y K H S L
Decimal 224 92 105 0 0.59 0.53 0.12 354.09 0.68 0.62
Hex E0 5C 69 0 3B 35 C 162 44 3E
Octal 340 134 151 0 73 65 14 542 104 76
Binary 11100000 1011100 1101001 0 111011 110101 1100 101100010 1000100 111110

Color Harmonies of #E05C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05C69

Black with #E05C69

Text Example


Text Example

White with #E05C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05C69; }

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

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

background-color css

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

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

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

border-color css

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

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

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