#E68CA4

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

Shades of Kobi #E68CA4

Tints of Kobi #E68CA4

Color information

#E68CA4 (or 0xE68CA4) is unknown color: approx Kobi. HEX triplet: E6, 8C and A4. RGB value is (230,140,164). Sum of RGB (Red+Green+Blue) = 230+140+164=534 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.07% from 534); Green value is 140 (55.08% from 255 or 26.22% from 534); Blue value is 164 (64.45% from 255 or 30.71% from 534); Max value from RGB is 230 - color contains mainly: red. Hex color #E68CA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68CA4 is #19735B. Grayscale: #A9A9A9. Windows color (decimal): -1667932 or 10783974. OLE color: 10783974.

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

Color convert

RGB230140164-
CMYK00.390.290.10
HSL344º64.29%72.55%-
HSV(B)344º39.13%90.2%-
XYZ48.7138.2639.94-
YUV169.65124.82171.05-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 43.07%
GREEN value IS 140 (55.08% from 255) = 26.22%
BLUE value IS 164 (64.45% from 255) = 30.71%
R=43.07%
G=26.22%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.29
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014016400.390.290.1034464.2972.55
HexE68CA40271DA1584049
Octal3462142440473512530100111
Binary111001101000110010100100010011111101101010101100010000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68CA4; }

 p { color: rgb(230,140,164); }

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

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

 a { background-color: rgb(230,140,164); }

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

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

 span { border-color: rgb(230,140,164); }

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