#E683A4

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

Shades of Kobi #E683A4

Tints of Kobi #E683A4

Color information

#E683A4 (or 0xE683A4) is unknown color: approx Kobi. HEX triplet: E6, 83 and A4. RGB value is (230,131,164). Sum of RGB (Red+Green+Blue) = 230+131+164=525 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.81% from 525); Green value is 131 (51.56% from 255 or 24.95% from 525); Blue value is 164 (64.45% from 255 or 31.24% from 525); Max value from RGB is 230 - color contains mainly: red. Hex color #E683A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E683A4 is #197C5B. Grayscale: #A4A4A4. Windows color (decimal): -1670236 or 10781670. OLE color: 10781670.

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

Color convert

RGB230131164-
CMYK00.430.290.10
HSL340º66.44%70.78%-
HSV(B)340º43.04%90.2%-
XYZ47.4535.7439.52-
YUV164.36127.8174.82-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 43.81%
GREEN value IS 131 (51.56% from 255) = 24.95%
BLUE value IS 164 (64.45% from 255) = 31.24%
R=43.81%
G=24.95%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.29
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23013116400.430.290.1034066.4470.78
HexE683A402B1DA1544247
Octal3462032440533512524102107
Binary111001101000001110100100010101111101101010101010010000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E683A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E683A4; }

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

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

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

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

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

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

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

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