Html Css Color HEX #E06E7F Froly

📋 copy color: '#E06E7F'

red 224 ◦ green 110 ◦ blue 127

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

Shades of Froly #E06E7F

Tints of Froly #E06E7F

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.86%

 BLUE value IS 127 (50% from 255) = 27.55%

R = 48.59%
G = 23.86%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E06E7F (or 0xE06E7F) is known color: Froly. HEX triplet: E0, 6E and 7F. RGB value is (224,110,127). Sum of RGB (Red+Green+Blue) = 224+110+127=461 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.59% from 461); Green value is 110 (43.36% from 255 or 23.86% from 461); Blue value is 127 (50% from 255 or 27.55% from 461); Max value from RGB is 224 - color contains mainly: red. Hex color #E06E7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06E7F is #1F9180. Grayscale: #929292. Windows color (decimal): -2068865 or 8351456. OLE color: 8351456.

HSL color Cylindrical-coordinate representation of color #E06E7F: hue angle of 351.05º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E06E7F is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 110 127 -
CMYK 0 0.51 0.43 0.12
HSL 351.05º 0.65% 0.65% -
HSV(B) 351.05º 0.51% 0.88% -
XYZ 40.15 28.53 23.47 -
YUV 146.02 117.27 183.62 -
System Red Green Blue C M Y K H S L
Decimal 224 110 127 0 0.51 0.43 0.12 351.05 0.65 0.65
Hex E0 6E 7F 0 33 2B C 15F 41 41
Octal 340 156 177 0 63 53 14 537 101 101
Binary 11100000 1101110 1111111 0 110011 101011 1100 101011111 1000001 1000001

Color Harmonies of #E06E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06E7F

Black with #E06E7F

Text Example


Text Example

White with #E06E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06E7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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