#E07FA5

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

Shades of Kobi #E07FA5

Tints of Kobi #E07FA5

Color information

#E07FA5 (or 0xE07FA5) is unknown color: approx Kobi. HEX triplet: E0, 7F and A5. RGB value is (224,127,165). Sum of RGB (Red+Green+Blue) = 224+127+165=516 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.41% from 516); Green value is 127 (50% from 255 or 24.61% from 516); Blue value is 165 (64.84% from 255 or 31.98% from 516); Max value from RGB is 224 - color contains mainly: red. Hex color #E07FA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07FA5 is #1F805A. Grayscale: #A0A0A0. Windows color (decimal): -2064475 or 10846176. OLE color: 10846176.

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

Color convert

RGB224127165-
CMYK00.430.260.12
HSL336.49º61.01%68.82%-
HSV(B)336.49º43.3%87.84%-
XYZ45.1233.7439.73-
YUV160.33130.64173.41-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.41%
GREEN value IS 127 (50% from 255) = 24.61%
BLUE value IS 165 (64.84% from 255) = 31.98%
R=43.41%
G=24.61%
B=31.98%

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
Decimal22412716500.430.260.12336.4961.0168.82
HexE07FA502B1AC1503d45
Octal340177245053321452075105
Binary1110000011111111010010101010111101011001010100001111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07FA5; }

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

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

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

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

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

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

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

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