Html Css Color HEX #E05C6A Froly

📋 copy color: '#E05C6A'

red 224 ◦ green 92 ◦ blue 106

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

Shades of Froly #E05C6A

Tints of Froly #E05C6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25.12%

R = 53.08%
G = 21.8%
B = 25.12%

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

#E05C6A (or 0xE05C6A) is known color: Froly. HEX triplet: E0, 5C and 6A. RGB value is (224,92,106). Sum of RGB (Red+Green+Blue) = 224+92+106=422 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.08% from 422); Green value is 92 (36.33% from 255 or 21.80% from 422); Blue value is 106 (41.80% from 255 or 25.12% from 422); Max value from RGB is 224 - color contains mainly: red. Hex color #E05C6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05C6A is #1FA395. Grayscale: #858585. Windows color (decimal): -2073494 or 6970592. OLE color: 6970592.

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

Color convert

RGB 224 92 106 -
CMYK 0 0.59 0.53 0.12
HSL 353.64º 0.68% 0.62% -
HSV(B) 353.64º 0.59% 0.88% -
XYZ 37.17 24.54 16.41 -
YUV 133.06 112.73 192.86 -
System Red Green Blue C M Y K H S L
Decimal 224 92 106 0 0.59 0.53 0.12 353.64 0.68 0.62
Hex E0 5C 6A 0 3B 35 C 162 44 3E
Octal 340 134 152 0 73 65 14 542 104 76
Binary 11100000 1011100 1101010 0 111011 110101 1100 101100010 1000100 111110

Color Harmonies of #E05C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05C6A

Black with #E05C6A

Text Example


Text Example

White with #E05C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05C6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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