Html Css Color HEX #E05D68 Froly

📋 copy color: '#E05D68'

red 224 ◦ green 93 ◦ blue 104

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

Shades of Froly #E05D68

Tints of Froly #E05D68

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.09%

 BLUE value IS 104 (41.02% from 255) = 24.7%

R = 53.21%
G = 22.09%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#E05D68 (or 0xE05D68) is known color: Froly. HEX triplet: E0, 5D and 68. RGB value is (224,93,104). Sum of RGB (Red+Green+Blue) = 224+93+104=421 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.21% from 421); Green value is 93 (36.72% from 255 or 22.09% from 421); Blue value is 104 (41.02% from 255 or 24.70% from 421); Max value from RGB is 224 - color contains mainly: red. Hex color #E05D68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05D68 is #1FA297. Grayscale: #858585. Windows color (decimal): -2073240 or 6839776. OLE color: 6839776.

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

Color convert

RGB 224 93 104 -
CMYK 0 0.58 0.54 0.12
HSL 354.96º 0.68% 0.62% -
HSV(B) 354.96º 0.58% 0.88% -
XYZ 37.15 24.68 15.9 -
YUV 133.42 111.4 192.61 -
System Red Green Blue C M Y K H S L
Decimal 224 93 104 0 0.58 0.54 0.12 354.96 0.68 0.62
Hex E0 5D 68 0 3A 36 C 163 44 3E
Octal 340 135 150 0 72 66 14 543 104 76
Binary 11100000 1011101 1101000 0 111010 110110 1100 101100011 1000100 111110

Color Harmonies of #E05D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05D68

Black with #E05D68

Text Example


Text Example

White with #E05D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05D68; }

 p { color: rgb(224,93,104); }

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

background-color css

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

 a { background-color: rgb(224,93,104); }

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

border-color css

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

 span { border-color: rgb(224,93,104); }

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