#E07FA6

Color #E07FA6 Kobi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kobi #E07FA6

Tints of Kobi #E07FA6

Color information

#E07FA6 (or 0xE07FA6) is unknown color: approx Kobi. HEX triplet: E0, 7F and A6. RGB value is (224,127,166). Sum of RGB (Red+Green+Blue) = 224+127+166=517 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.33% from 517); Green value is 127 (50% from 255 or 24.56% from 517); Blue value is 166 (65.23% from 255 or 32.11% from 517); Max value from RGB is 224 - color contains mainly: red. Hex color #E07FA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07FA6 is #1F8059. Grayscale: #A0A0A0. Windows color (decimal): -2064474 or 10911712. OLE color: 10911712.

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

Color convert

RGB224127166-
CMYK00.430.260.12
HSL335.88º61.01%68.82%-
HSV(B)335.88º43.3%87.84%-
XYZ45.2133.7840.21-
YUV160.45131.14173.33-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.33%
GREEN value IS 127 (50% from 255) = 24.56%
BLUE value IS 166 (65.23% from 255) = 32.11%
R=43.33%
G=24.56%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.26
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412716600.430.260.12335.8861.0168.82
HexE07FA602B1AC1503d45
Octal340177246053321452075105
Binary1110000011111111010011001010111101011001010100001111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07FA6; }

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

 H1.HeaderClassName
 {
   color: #E07FA6;
 }
 .AnyTagClassName
 {
   color: #E07FA6;
 }
</style>
background-color css

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

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

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

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

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

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