Html Css Color HEX #E05D6E Froly

📋 copy color: '#E05D6E'

red 224 ◦ green 93 ◦ blue 110

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

Shades of Froly #E05D6E

Tints of Froly #E05D6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 25.76%

R = 52.46%
G = 21.78%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E05D6E (or 0xE05D6E) is known color: Froly. HEX triplet: E0, 5D and 6E. RGB value is (224,93,110). Sum of RGB (Red+Green+Blue) = 224+93+110=427 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.46% from 427); Green value is 93 (36.72% from 255 or 21.78% from 427); Blue value is 110 (43.36% from 255 or 25.76% from 427); Max value from RGB is 224 - color contains mainly: red. Hex color #E05D6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05D6E is #1FA291. Grayscale: #868686. Windows color (decimal): -2073234 or 7232992. OLE color: 7232992.

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

Color convert

RGB 224 93 110 -
CMYK 0 0.58 0.51 0.12
HSL 352.21º 0.68% 0.62% -
HSV(B) 352.21º 0.58% 0.88% -
XYZ 37.47 24.8 17.56 -
YUV 134.11 114.4 192.12 -
System Red Green Blue C M Y K H S L
Decimal 224 93 110 0 0.58 0.51 0.12 352.21 0.68 0.62
Hex E0 5D 6E 0 3A 33 C 160 44 3E
Octal 340 135 156 0 72 63 14 540 104 76
Binary 11100000 1011101 1101110 0 111010 110011 1100 101100000 1000100 111110

Color Harmonies of #E05D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05D6E

Black with #E05D6E

Text Example


Text Example

White with #E05D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05D6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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