#E68FA7

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

Shades of Kobi #E68FA7

Tints of Kobi #E68FA7

Color information

#E68FA7 (or 0xE68FA7) is unknown color: approx Kobi. HEX triplet: E6, 8F and A7. RGB value is (230,143,167). Sum of RGB (Red+Green+Blue) = 230+143+167=540 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.59% from 540); Green value is 143 (56.25% from 255 or 26.48% from 540); Blue value is 167 (65.62% from 255 or 30.93% from 540); Max value from RGB is 230 - color contains mainly: red. Hex color #E68FA7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68FA7 is #197058. Grayscale: #ABABAB. Windows color (decimal): -1667161 or 10981350. OLE color: 10981350.

HSL color Cylindrical-coordinate representation of color #E68FA7: hue angle of 343.45º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E68FA7 is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.10.

Color convert

RGB230143167-
CMYK00.380.270.10
HSL343.45º63.5%73.14%-
HSV(B)343.45º37.83%90.2%-
XYZ49.4339.2641.53-
YUV171.75125.32169.55-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.59%
GREEN value IS 143 (56.25% from 255) = 26.48%
BLUE value IS 167 (65.62% from 255) = 30.93%
R=42.59%
G=26.48%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.27
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014316700.380.270.10343.4563.573.14
HexE68FA70261BA1574049
Octal3462172470463312527100111
Binary111001101000111110100111010011011011101010101011110000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68FA7; }

 p { color: rgb(230,143,167); }

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

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

 a { background-color: rgb(230,143,167); }

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

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

 span { border-color: rgb(230,143,167); }

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