Html Css Color HEX #E05F68 Froly

📋 copy color: '#E05F68'

red 224 ◦ green 95 ◦ blue 104

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

Shades of Froly #E05F68

Tints of Froly #E05F68

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.46%

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

R = 52.96%
G = 22.46%
B = 24.59%

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

#E05F68 (or 0xE05F68) is known color: Froly. HEX triplet: E0, 5F and 68. RGB value is (224,95,104). Sum of RGB (Red+Green+Blue) = 224+95+104=423 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.96% from 423); Green value is 95 (37.5% from 255 or 22.46% from 423); Blue value is 104 (41.02% from 255 or 24.59% from 423); Max value from RGB is 224 - color contains mainly: red. Hex color #E05F68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05F68 is #1FA097. Grayscale: #868686. Windows color (decimal): -2072728 or 6840288. OLE color: 6840288.

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

Color convert

RGB 224 95 104 -
CMYK 0 0.58 0.54 0.12
HSL 355.81º 0.68% 0.63% -
HSV(B) 355.81º 0.58% 0.88% -
XYZ 37.33 25.03 15.96 -
YUV 134.6 110.74 191.77 -
System Red Green Blue C M Y K H S L
Decimal 224 95 104 0 0.58 0.54 0.12 355.81 0.68 0.63
Hex E0 5F 68 0 3A 36 C 164 44 3F
Octal 340 137 150 0 72 66 14 544 104 77
Binary 11100000 1011111 1101000 0 111010 110110 1100 101100100 1000100 111111

Color Harmonies of #E05F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05F68

Black with #E05F68

Text Example


Text Example

White with #E05F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05F68; }

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

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

background-color css

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

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

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

border-color css

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

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

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