Html Css Color HEX #E05F75 Froly

📋 copy color: '#E05F75'

red 224 ◦ green 95 ◦ blue 117

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

Shades of Froly #E05F75

Tints of Froly #E05F75

RGB

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

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

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

R = 51.38%
G = 21.79%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E05F75 (or 0xE05F75) is known color: Froly. HEX triplet: E0, 5F and 75. RGB value is (224,95,117). Sum of RGB (Red+Green+Blue) = 224+95+117=436 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.38% from 436); Green value is 95 (37.5% from 255 or 21.79% from 436); Blue value is 117 (46.09% from 255 or 26.83% from 436); Max value from RGB is 224 - color contains mainly: red. Hex color #E05F75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05F75 is #1FA08A. Grayscale: #888888. Windows color (decimal): -2072715 or 7692256. OLE color: 7692256.

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

Color convert

RGB 224 95 117 -
CMYK 0 0.58 0.48 0.12
HSL 349.77º 0.68% 0.63% -
HSV(B) 349.77º 0.58% 0.88% -
XYZ 38.04 25.32 19.71 -
YUV 136.08 117.24 190.71 -
System Red Green Blue C M Y K H S L
Decimal 224 95 117 0 0.58 0.48 0.12 349.77 0.68 0.63
Hex E0 5F 75 0 3A 30 C 15E 44 3F
Octal 340 137 165 0 72 60 14 536 104 77
Binary 11100000 1011111 1110101 0 111010 110000 1100 101011110 1000100 111111

Color Harmonies of #E05F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05F75

Black with #E05F75

Text Example


Text Example

White with #E05F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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