Html Css Color HEX #E06F7B Froly

📋 copy color: '#E06F7B'

red 224 ◦ green 111 ◦ blue 123

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

Shades of Froly #E06F7B

Tints of Froly #E06F7B

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.24%

 BLUE value IS 123 (48.44% from 255) = 26.86%

R = 48.91%
G = 24.24%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E06F7B (or 0xE06F7B) is known color: Froly. HEX triplet: E0, 6F and 7B. RGB value is (224,111,123). Sum of RGB (Red+Green+Blue) = 224+111+123=458 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.91% from 458); Green value is 111 (43.75% from 255 or 24.24% from 458); Blue value is 123 (48.44% from 255 or 26.86% from 458); Max value from RGB is 224 - color contains mainly: red. Hex color #E06F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06F7B is #1F9084. Grayscale: #929292. Windows color (decimal): -2068613 or 8089568. OLE color: 8089568.

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

Color convert

RGB 224 111 123 -
CMYK 0 0.50 0.45 0.12
HSL 353.63º 0.65% 0.66% -
HSV(B) 353.63º 0.5% 0.88% -
XYZ 40 28.65 22.16 -
YUV 146.16 114.94 183.52 -
System Red Green Blue C M Y K H S L
Decimal 224 111 123 0 0.50 0.45 0.12 353.63 0.65 0.66
Hex E0 6F 7B 0 32 2D C 162 41 42
Octal 340 157 173 0 62 55 14 542 101 102
Binary 11100000 1101111 1111011 0 110010 101101 1100 101100010 1000001 1000010

Color Harmonies of #E06F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06F7B

Black with #E06F7B

Text Example


Text Example

White with #E06F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06F7B; }

 p { color: rgb(224,111,123); }

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

background-color css

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

 a { background-color: rgb(224,111,123); }

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

border-color css

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

 span { border-color: rgb(224,111,123); }

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