Html Css Color HEX #E05D6C Froly

📋 copy color: '#E05D6C'

red 224 ◦ green 93 ◦ blue 108

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

Shades of Froly #E05D6C

Tints of Froly #E05D6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 25.41%

R = 52.71%
G = 21.88%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E05D6C (or 0xE05D6C) is known color: Froly. HEX triplet: E0, 5D and 6C. RGB value is (224,93,108). Sum of RGB (Red+Green+Blue) = 224+93+108=425 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.71% from 425); Green value is 93 (36.72% from 255 or 21.88% from 425); Blue value is 108 (42.58% from 255 or 25.41% from 425); Max value from RGB is 224 - color contains mainly: red. Hex color #E05D6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05D6C is #1FA293. Grayscale: #858585. Windows color (decimal): -2073236 or 7101920. OLE color: 7101920.

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

Color convert

RGB 224 93 108 -
CMYK 0 0.58 0.52 0.12
HSL 353.13º 0.68% 0.62% -
HSV(B) 353.13º 0.58% 0.88% -
XYZ 37.36 24.76 17 -
YUV 133.88 113.4 192.28 -
System Red Green Blue C M Y K H S L
Decimal 224 93 108 0 0.58 0.52 0.12 353.13 0.68 0.62
Hex E0 5D 6C 0 3A 34 C 161 44 3E
Octal 340 135 154 0 72 64 14 541 104 76
Binary 11100000 1011101 1101100 0 111010 110100 1100 101100001 1000100 111110

Color Harmonies of #E05D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05D6C

Black with #E05D6C

Text Example


Text Example

White with #E05D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05D6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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